File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 version : ${{ steps.get_version.outputs.version }}
2828 prerelease : ${{ steps.get_version.outputs.prerelease }}
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v5
3131 with :
3232 fetch-depth : 0
3333 - name : Get version
@@ -59,13 +59,13 @@ jobs:
5959 output : build/windows/x64/runner/Release/admincraft.zip
6060 ext : zip
6161 steps :
62- - uses : actions/checkout@v3
62+ - uses : actions/checkout@v5
6363 with :
6464 fetch-depth : 0
6565 - name : Set up Flutter
6666 uses : subosito/flutter-action@v2
6767 with :
68- channel : stable
68+ flutter-version : 3.47.0
6969 - name : Install dependencies
7070 run : flutter pub get
7171 - name : Install zip (Windows only)
@@ -102,7 +102,7 @@ jobs:
102102 needs : [get-version, build]
103103 runs-on : ubuntu-latest
104104 steps :
105- - uses : actions/checkout@v3
105+ - uses : actions/checkout@v5
106106 with :
107107 fetch-depth : 0
108108 - name : Collect built files
Original file line number Diff line number Diff line change 1717 bump-version :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323 - name : Set up Git user
Original file line number Diff line number Diff line change 2929 - name : Set up Flutter
3030 uses : subosito/flutter-action@v2
3131 with :
32- channel : stable
32+ flutter-version : 3.47.0
3333 cache : true
3434
3535 - name : Set up Python
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pluginManagement {
1919plugins {
2020 id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
2121 id " com.android.application" version " 8.1.0" apply false
22- id " org.jetbrains.kotlin.android" version " 1.8.10 " apply false
22+ id " org.jetbrains.kotlin.android" version " 1.9.22 " apply false
2323}
2424
2525include " :app"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1717# of the product and file versions while build-number is used as the build suffix.
1818version : 2.0.0
1919environment :
20- sdk : ^3.5.1
20+ sdk : ^3.12.0
2121# Dependencies specify other packages that your package needs in order to work.
2222# To automatically upgrade your package dependencies to the latest versions
2323# consider running `flutter pub upgrade --major-versions`. Alternatively,
@@ -27,20 +27,20 @@ environment:
2727dependencies :
2828 flutter :
2929 sdk : flutter
30- provider : ^6.1.2
31- webview_flutter : ^4.0 .1
32- shared_preferences : ^2.0.15
30+ provider : ^6.1.5+1
31+ webview_flutter : ^4.14 .1
32+ shared_preferences : ^2.5.5
3333 file_picker : ^8.1.2
3434 toastification : ^2.2.0
3535 package_info_plus : ^8.0.2
36- url_launcher : ^6.0.9
37- web_socket_channel : ^3.0.1
36+ url_launcher : ^6.3.2
37+ web_socket_channel : ^3.0.3
3838 dart_jsonwebtoken : ^2.14.0
3939 cryptography : ^2.9.0
40- web : ^1.0.0
40+ web : ^1.1.1
4141 # The following adds the Cupertino Icons font to your application.
4242 # Use with the CupertinoIcons class for iOS style icons.
43- cupertino_icons : ^1.0.8
43+ cupertino_icons : ^1.0.9
4444 google_sign_in : 7.2.0
4545 googleapis_auth : 2.3.3
4646 http : 1.6.0
You can’t perform that action at this time.
0 commit comments