Skip to content

Commit

Permalink
chore(hydrated_bloc): update example to Dart 2.19 (#3720)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Feb 7, 2023
1 parent 1db33b2 commit 8d68ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hydrated_bloc/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.19.0 <3.0.0"

dependencies:
flutter:
sdk: flutter
hydrated_bloc: ^9.0.0
flutter_bloc: ^8.1.1
flutter_bloc: ^8.1.2
path_provider: ^2.0.12

flutter:
Expand Down

0 comments on commit 8d68ada

Please sign in to comment.