Skip to content

Commit

Permalink
Merge pull request #97 from Prime-Holding/feat/support-flutter-3-19
Browse files Browse the repository at this point in the history
Feat/support flutter 3 19
  • Loading branch information
DDavidPrime authored Feb 22, 2024
2 parents 218fec4 + 908aac6 commit e2f1c6e
Show file tree
Hide file tree
Showing 65 changed files with 898 additions and 698 deletions.
3 changes: 3 additions & 0 deletions packages/widget_toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.0.2-dev.2]
- Support flutter 3.19

## [0.0.2-dev.1]
- Renamed `ErrorUnknown` to `UnknownErrorModel`
- Added `L10nErrorKeyProvider` abstract class, used to provide localization keys for error messages
Expand Down
1 change: 0 additions & 1 deletion packages/widget_toolkit/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ linter:
sort_pub_dependencies: true
close_sinks: true
cancel_subscriptions: true
avoid_returning_null_for_future: true

analyzer:
exclude:
Expand Down
1 change: 0 additions & 1 deletion packages/widget_toolkit/example/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ linter:
sort_pub_dependencies: true
close_sinks: true
cancel_subscriptions: true
avoid_returning_null_for_future: true
Loading

0 comments on commit e2f1c6e

Please sign in to comment.