Skip to content

Commit

Permalink
Bump SDK constraints to >=2.18.0 <4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
buijs-dev committed Oct 13, 2023
1 parent 6202067 commit 88c9098
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.1
* Bump SDK constraints to >=2.18.0 <4.0.0.

## 1.0.0
* Renamed child to builder: ([ticket](https://github.com/buijs-dev/klutter/issues/20))

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: klutter_ui
description: Flutter widgets to be used in conjunction with the klutter plugin.
version: 1.0.0
version: 1.0.1
homepage: https://buijs.dev
repository: https://github.com/buijs-dev/klutter-dart-ui

environment:
sdk: ">=2.15.1 <4.0.0"
sdk: ">=2.18.0 <4.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 88c9098

Please sign in to comment.