Skip to content

Commit

Permalink
feat!: updating flame_bloc to bloc 8 (#1311)
Browse files Browse the repository at this point in the history
This is a breaking change in terms that the user will need to update their dependency as well, but no code change will be required if they already moved their blocs to the new API.
  • Loading branch information
erickzanardo committed Jan 13, 2022
1 parent 17c45c2 commit 574e0ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/flame_bloc/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
equatable: ^2.0.3
flame_bloc:
path: ../
flutter_bloc: ^7.3.0
flutter_bloc: ^8.0.1

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions packages/flame_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ environment:
dependencies:
flutter:
sdk: flutter
bloc: ^7.2.0
bloc: ^8.0.2
flame: ^1.0.0
flutter_bloc: ^7.3.0
flutter_bloc: ^8.0.1

dev_dependencies:
dartdoc: ^0.42.0
Expand Down

0 comments on commit 574e0ab

Please sign in to comment.