Skip to content

Commit

Permalink
chore(deps): update dependency dart to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent 778a134 commit e9e1e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '<4.0.0'

dependencies:
listenable_stream:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
issue_tracker: https://github.com/Flutter-Dart-Open-Source/listenable_stream/issues

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '<4.0.0'
flutter: '>=1.17.0'

dependencies:
Expand Down

0 comments on commit e9e1e1e

Please sign in to comment.