Skip to content

Commit

Permalink
Update to flutter 3.16 (#252)
Browse files Browse the repository at this point in the history
* Update to Flutter 3.16

* changelog

* update version
  • Loading branch information
ueman authored Feb 20, 2024
1 parent b0467ef commit be05525
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions feedback/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.0.1]

* Theme is now able to configure more UI elements

## [3.0.0]

* Require Flutter 3.10.0
Expand Down
1 change: 0 additions & 1 deletion feedback/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ analyzer:
missing_required_param: error
missing_return: error
todo: ignore
sdk_version_async_exported_from_core: ignore
exclude:

# https://dart-lang.github.io/linter/lints/
Expand Down
1 change: 0 additions & 1 deletion feedback/example/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ analyzer:
missing_required_param: error
missing_return: error
todo: ignore
sdk_version_async_exported_from_core: ignore
exclude:

# https://dart-lang.github.io/linter/lints/
Expand Down
2 changes: 1 addition & 1 deletion feedback/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: feedback
description: A Flutter package for getting better feedback. It allows the user to give interactive feedback directly in the app.
version: 3.0.0
version: 3.0.1
homepage: https://uekoetter.dev/
repository: https://github.com/ueman/feedback
issue_tracker: https://github.com/ueman/feedback/issues
Expand Down
Binary file modified feedback/test/golden_images/closed_feedback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified feedback/test/golden_images/open_feedback_dark_mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified feedback/test/golden_images/open_feedback_light_mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit be05525

Please sign in to comment.