Skip to content

Commit

Permalink
Flutter 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed Nov 18, 2023
1 parent 7a8b7a5 commit 6e8439f
Show file tree
Hide file tree
Showing 22 changed files with 602 additions and 52 deletions.
1 change: 1 addition & 0 deletions annotation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ ignore_updates:
- 'term_glyph'
- 'test_api'
- 'typed_data'
- 'uuid'
- 'vector_math'
- 'webdriver'
5 changes: 5 additions & 0 deletions json_theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [6.4.0] - November 17th, 2023

* Update for Flutter 3.16


## [6.3.2] - November 12th, 2023

* Fix for `filledButtonTheme` key (thanks [ajil-apx](https://github.com/ajil-apx))
Expand Down
3 changes: 2 additions & 1 deletion json_theme/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
intl: '^0.18.1'
json_theme:
path: '../'
meta: '^1.9.1'
meta: '^1.10.0'

dev_dependencies:
flutter_lints: '^3.0.0'
Expand Down Expand Up @@ -61,5 +61,6 @@ ignore_updates:
- 'term_glyph'
- 'test_api'
- 'typed_data'
- 'uuid'
- 'vector_math'
- 'webdriver'
Loading

0 comments on commit 6e8439f

Please sign in to comment.