Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Update dependencies #102

Merged
merged 11 commits into from
Aug 5, 2020
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- run: git clone https://github.com/flutter/flutter.git --depth 1 -b v1.15.17 _flutter
- run: git clone https://github.com/flutter/flutter.git -b beta _flutter --depth 1
- run: echo "::add-path::$GITHUB_WORKSPACE/_flutter/bin"
- run: flutter pub get
- run: flutter pub upgrade
working-directory: ./
- run: flutter build ios --no-codesign
buildandroid:
Expand All @@ -34,8 +34,8 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- run: git clone https://github.com/flutter/flutter.git --depth 1 -b v1.15.17 _flutter
- run: git clone https://github.com/flutter/flutter.git -b beta _flutter --depth 1
- run: echo "::add-path::$GITHUB_WORKSPACE/_flutter/bin"
- run: flutter pub get
- run: flutter pub upgrade
working-directory: ./
- run: flutter build appbundle
16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ dependencies:
cupertino_icons: ^0.1.3
toast: ^0.1.5
bottom_navy_bar: ^5.4.0
equatable: ^1.1.1
equatable: ^1.2.0
flutter_secure_storage: ^3.3.3
intl: ^0.16.1
package_info: ^0.4.0+17
url_launcher: ^5.4.5
expandable: ^4.1.3
package_info: ^0.4.1
url_launcher: ^5.4.10
expandable: ^4.1.4

# Bloc
bloc: ^4.0.0
flutter_bloc: ^4.0.0
chopper: ^3.0.2
flutter_bloc: ^4.0.1
chopper: ^3.0.3

# plugins not needed in app
dev_dependencies:
build_runner: ^1.9.0
chopper_generator: ^3.0.4
build_runner: ^1.10.0
chopper_generator: ^3.0.5
flutter_native_splash: ^0.1.9
flutter_test:
sdk: flutter
Expand Down