Skip to content

Commit

Permalink
set minimum flutter sdk to 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalbednarczuk committed Jun 13, 2024
1 parent 8fd8c39 commit bd53cc4
Show file tree
Hide file tree
Showing 5 changed files with 12 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.6]
- set minimum flutter sdk version to 3.10.0 to support MediaQuery.sizeOf

## [1.0.5]
- fix animation glitching when tapping the same button multiple times quickly
- make changing items change also the selected item
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A Flutter package for easy implementation of curved navigation bar.

```yaml
dependencies:
curved_navigation_bar: ^1.0.5 #latest version
curved_navigation_bar: ^1.0.6 #latest version
```
### Easy to use
Expand Down
3 changes: 3 additions & 0 deletions example/.fvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"flutter": "3.10.0"
}
3 changes: 3 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release

# FVM Version Cache
.fvm/
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: curved_navigation_bar
description: Stunning Animating Curved Shape Navigation Bar. Adjustable color, background color, animation curve, animation duration.
version: 1.0.5
version: 1.0.6
homepage: https://github.com/rafalbednarczuk/curved_navigation_bar

environment:
sdk: '>=2.12.0 <4.0.0'
flutter: '>=3.10.0'

dependencies:
flutter:
Expand Down

0 comments on commit bd53cc4

Please sign in to comment.