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

Upgrade bloc to ^9.0.0 #26

Merged
merged 7 commits into from
Feb 21, 2025
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
4 changes: 0 additions & 4 deletions .fvm/fvm_config.json

This file was deleted.

4 changes: 4 additions & 0 deletions .fvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flutter": "3.29.0",
"flavors": {}
}
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Setup Dart
uses: dart-lang/setup-dart@v1
with:
sdk: 3.1
sdk: 3.7

- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.13.x
flutter-version: 3.29.x
cache: true

- name: Publish and release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
include:
- version: '3.13.x'
- version: '3.29.x'

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ migrate_working_dir/
# is commented out by default.
.vscode/

# Symlink to the Flutter SDK
.fvm/flutter_sdk
# FVM Version Cache
.fvm/

# Flutter/Dart/Pub related
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 0.1.2

* Bumped `bloc` to `^9.0.0`.

## 0.1.1

Expand Down
4 changes: 0 additions & 4 deletions example/.fvm/fvm_config.json

This file was deleted.

4 changes: 4 additions & 0 deletions example/.fvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flutter": "3.29.0",
"flavors": {}
}
4 changes: 2 additions & 2 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ app.*.symbols
# Obfuscation related
app.*.map.json

# Symlink to the Flutter SDK
.fvm/flutter_sdk
# FVM Version Cache
.fvm/

# Android Studio will place build artifacts here
/android/app/debug
Expand Down
Loading
Loading