Skip to content

Commit

Permalink
fix: add dart sdk >=2.17.0 constraint (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored May 12, 2022
1 parent ea47804 commit 0aa7baf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.0.8

- fix: add dart sdk constraint >=2.17.0

# 0.0.7

- refactor: remove null-aware operand
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: Flutter Flows made easy! A Flutter package which simplifies flows w
repository: https://github.com/felangel/flow_builder
homepage: https://github.com/felangel/flow_builder

version: 0.0.7
version: 0.0.8

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

dependencies:
flutter:
Expand Down

0 comments on commit 0aa7baf

Please sign in to comment.