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 all 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
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ 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: echo "::add-path::$GITHUB_WORKSPACE/_flutter/bin"
- run: git clone https://github.com/flutter/flutter.git -b beta
- 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 +35,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: echo "::add-path::$GITHUB_WORKSPACE/_flutter/bin"
- run: git clone https://github.com/flutter/flutter.git -b beta
- run: echo "::add-path::$GITHUB_WORKSPACE/flutter/bin"
- run: flutter pub get
- run: flutter pub upgrade
working-directory: ./
- run: flutter build appbundle
42 changes: 28 additions & 14 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
version: "6.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "0.39.7"
version: "0.39.15"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -63,14 +63,14 @@ packages:
name: bottom_navy_bar
url: "https://pub.dartlang.org"
source: hosted
version: "5.4.0"
version: "5.5.0"
build:
dependency: transitive
description:
name: build
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.2"
version: "1.3.0"
build_config:
dependency: transitive
description:
Expand All @@ -91,21 +91,21 @@ packages:
name: build_resolvers
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.5"
version: "1.3.10"
build_runner:
dependency: "direct dev"
description:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.0"
version: "1.10.0"
build_runner_core:
dependency: transitive
description:
name: build_runner_core
url: "https://pub.dartlang.org"
source: hosted
version: "5.1.0"
version: "5.2.0"
built_collection:
dependency: transitive
description:
Expand Down Expand Up @@ -140,14 +140,21 @@ packages:
name: chopper
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.2"
version: "3.0.3"
chopper_generator:
dependency: "direct dev"
description:
name: chopper_generator
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.4"
version: "3.0.5"
cli_util:
dependency: transitive
description:
name: cli_util
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -210,14 +217,14 @@ packages:
name: dart_style
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.4"
version: "1.3.6"
equatable:
dependency: "direct main"
description:
name: equatable
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
version: "1.2.3"
expandable:
dependency: "direct main"
description:
Expand Down Expand Up @@ -250,7 +257,7 @@ packages:
name: flutter_bloc
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
version: "4.0.1"
flutter_native_splash:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -414,7 +421,7 @@ packages:
name: package_info
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.0+17"
version: "0.4.1"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -587,7 +594,14 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "5.4.10"
version: "5.5.0"
url_launcher_linux:
dependency: transitive
description:
name: url_launcher_linux
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+1"
url_launcher_macos:
dependency: transitive
description:
Expand Down
18 changes: 9 additions & 9 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.3
toast: ^0.1.5
bottom_navy_bar: ^5.4.0
equatable: ^1.1.1
bottom_navy_bar: ^5.5.0
equatable: ^1.2.3
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.5.0
expandable: ^4.1.4
auto_size_text: ^2.1.0
# 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