Skip to content

Commit

Permalink
chore: use pubspec_overrides.yaml in example
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Apr 2, 2024
1 parent a2dcf08 commit f0c78d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ environment:
dependencies:
bloc: ^8.0.0
equatable: ^2.0.0
flow_builder:
path: ../
flow_builder: ^0.1.0
flutter:
sdk: flutter
flutter_bloc: ^8.0.0
Expand Down
3 changes: 3 additions & 0 deletions example/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependency_overrides:
flow_builder:
path: ../

0 comments on commit f0c78d2

Please sign in to comment.