Correct tests/build

This commit is contained in:
Hillel Coren 2021-08-11 18:37:40 +03:00
parent 9d705bb30e
commit 3b3b4e5879
3 changed files with 5 additions and 7 deletions

View File

@ -15,7 +15,7 @@ jobs:
# https://github.com/marketplace/actions/flutter-action
- uses: subosito/flutter-action@v1
with:
flutter-version: '2.0.5'
flutter-version: '2.2.3'
channel: 'stable'
- run: flutter pub get
- run: cp lib/.env.dart.example lib/.env.dart

View File

@ -21,6 +21,7 @@ dependencies:
sdk: flutter
flutter_localizations:
sdk: flutter
# google_sign_in: ^5.0.7
flutter_redux: ^0.8.2
redux_logging: ^0.5.0
http: ^0.13.3
@ -61,12 +62,10 @@ dependencies:
draggable_scrollbar: ^0.1.0
boardview: ^0.2.2
pointer_interceptor: ^0.9.0
contacts_service: ^0.6.1
# quick_actions: ^0.2.1
# idb_shim: ^1.11.1+1
# google_sign_in: ^5.0.7
# contacts_service: ^0.6.1
dev_dependencies:
flutter_driver:
sdk: flutter

View File

@ -21,6 +21,7 @@ dependencies:
sdk: flutter
flutter_localizations:
sdk: flutter
google_sign_in: ^5.0.7
flutter_redux: ^0.8.2
redux_logging: ^0.5.0
http: ^0.13.3
@ -61,12 +62,10 @@ dependencies:
draggable_scrollbar: ^0.1.0
boardview: ^0.2.2
pointer_interceptor: ^0.9.0
contacts_service: ^0.6.1
# quick_actions: ^0.2.1
# idb_shim: ^1.11.1+1
google_sign_in: ^5.0.7
contacts_service: ^0.6.1
dev_dependencies:
flutter_driver:
sdk: flutter