Skip to content

Commit

Permalink
Lower Dart SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Jan 17, 2024
1 parent 1283cf2 commit 8d47c7a
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.5+1

- Lower Dart SDK constraint to 3.1.0

## 0.0.5

- Lower the minimum version of `flutter` to `3.13.9`
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: octopus
description: "A cross-platform declarative router for Flutter with a focus on state and nested navigation. Made with ❤️ by PlugFox."

version: 0.0.5
version: 0.0.5+1

homepage: https://github.com/PlugFox/octopus

Expand Down Expand Up @@ -34,7 +34,7 @@ platforms:
# path: example.png

environment:
sdk: '>=3.2.0 <4.0.0'
sdk: '>=3.1.0 <4.0.0'
flutter: ">=3.13.9"

dependencies:
Expand Down

0 comments on commit 8d47c7a

Please sign in to comment.