Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flutter pub upgrade --major-versions #17

Merged
merged 3 commits into from
Apr 23, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: subosito/flutter-action@v1.5.3
- uses: subosito/flutter-action@v2.3.0
with:
flutter-version: 2.8.0
channel: stable

- name: Install Dependencies
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/very_good_slide_puzzle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: subosito/flutter-action@v1.5.3
- uses: subosito/flutter-action@v2.3.0
with:
flutter-version: 2.8.0
channel: stable

- name: Install Dependencies
Expand Down
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ packages:
name: bloc
url: "https://pub.dartlang.org"
source: hosted
version: "8.0.2"
version: "8.0.3"
bloc_test:
dependency: "direct dev"
description:
name: bloc_test
url: "https://pub.dartlang.org"
source: hosted
version: "9.0.2"
version: "9.0.3"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -265,7 +265,7 @@ packages:
name: just_audio_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.4"
version: "0.4.7"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -307,7 +307,7 @@ packages:
name: mocktail
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0"
version: "0.3.0"
nested:
dependency: transitive
description:
Expand Down Expand Up @@ -349,14 +349,14 @@ packages:
name: path_provider_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.11"
version: "2.0.12"
path_provider_ios:
dependency: transitive
description:
name: path_provider_ios
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.7"
version: "2.0.8"
path_provider_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -426,7 +426,7 @@ packages:
name: pub_semver
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
rxdart:
dependency: transitive
description:
Expand All @@ -440,7 +440,7 @@ packages:
name: shelf
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.0"
shelf_packages_handler:
dependency: transitive
description:
Expand Down Expand Up @@ -599,7 +599,7 @@ packages:
name: url_launcher_web
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
version: "2.0.9"
url_launcher_windows:
dependency: transitive
description:
Expand All @@ -613,7 +613,7 @@ packages:
name: uuid
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.5"
version: "3.0.6"
vector_math:
dependency: transitive
description:
Expand Down Expand Up @@ -662,7 +662,7 @@ packages:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.0"
version: "2.5.1"
xdg_directories:
dependency: transitive
description:
Expand All @@ -678,5 +678,5 @@ packages:
source: hosted
version: "3.1.0"
sdks:
dart: ">=2.15.0 <3.0.0"
dart: ">=2.16.0 <3.0.0"
flutter: ">=2.10.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dev_dependencies:
bloc_test: ^9.0.1
flutter_test:
sdk: flutter
mocktail: ^0.2.0
mocktail: ^0.3.0
very_good_analysis: ^2.4.0

flutter:
Expand Down