diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e4d99af9e..e20d3671d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/pubspec.foss.yaml b/pubspec.foss.yaml index e79fd6ba7..5384ff70c 100644 --- a/pubspec.foss.yaml +++ b/pubspec.foss.yaml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 0d101531b..849d103a9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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