Skip to content

Commit

Permalink
Update to Dart 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Jul 22, 2023
1 parent 8835adb commit dca2a68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.4.0

* Dart 3.0 requirement.

## 3.3.0

* Dart 2.17 requirement.
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ description: A simple, yet powerful state machine framework for Dart supporting
Flutter and web apps.

environment:
sdk: '>=2.19.0 <3.0.0'
sdk: ^3.0.0
dependencies:
meta: ^1.9.0
dev_dependencies:
build_runner: ^2.3.0
build_web_compilers: ^3.2.0
lints: ^2.0.0
build_runner: ^2.4.0
build_web_compilers: ^4.0.0
lints: ^2.1.0
test: ^1.24.0

0 comments on commit dca2a68

Please sign in to comment.