mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
2
.github/workflows/android-release.yml
vendored
2
.github/workflows/android-release.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
uses: subosito/flutter-action@v1
|
||||
with:
|
||||
channel: 'stable'
|
||||
flutter-version: '2.10.x'
|
||||
flutter-version: '3.0.x'
|
||||
|
||||
- name: Decrypt config files
|
||||
run: |
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
uses: subosito/flutter-action@v1
|
||||
with:
|
||||
channel: 'stable'
|
||||
flutter-version: '2.10.x'
|
||||
flutter-version: '3.0.x'
|
||||
|
||||
- run: dart --version
|
||||
- run: flutter --version
|
||||
|
||||
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
uses: subosito/flutter-action@v1
|
||||
with:
|
||||
channel: 'stable'
|
||||
flutter-version: '2.10.x'
|
||||
flutter-version: '3.0.x'
|
||||
|
||||
- name: Get dependencies
|
||||
run: flutter pub get
|
||||
|
||||
@@ -35,7 +35,7 @@ Alternatively, you can use one of our test servers, just ask us for access.
|
||||
Install Flutter, and all its dependencies, and create a new virtual device:
|
||||
<https://flutter.dev/docs/get-started/install>.
|
||||
|
||||
The app currently uses flutter 2.10
|
||||
The app currently uses flutter 3.0
|
||||
|
||||
### 3
|
||||
Create a new file ``wger.properties`` in ``android/fastlane/envfiles``:
|
||||
|
||||
@@ -39,7 +39,7 @@ dependencies:
|
||||
equatable: ^2.0.3
|
||||
flutter_calendar_carousel: ^2.3.1
|
||||
flutter_html: ^2.1.2
|
||||
flutter_typeahead: ^3.2.5
|
||||
flutter_typeahead: ^4.0.0
|
||||
font_awesome_flutter: ">=9.1.0 <11.0.0"
|
||||
http: ^0.13.3
|
||||
image_picker: ^0.8.4+9
|
||||
@@ -65,7 +65,7 @@ dev_dependencies:
|
||||
json_serializable: ^6.3.1
|
||||
mockito: ^5.2.0
|
||||
network_image_mock: ^2.1.1
|
||||
flutter_lints: ^1.0.4
|
||||
flutter_lints: ^2.0.1
|
||||
cider: ^0.1.1
|
||||
|
||||
flutter_icons:
|
||||
|
||||
Reference in New Issue
Block a user