Skip to content

Commit

Permalink
Merge pull request #137 from payam-zahedi/release/2.3.0
Browse files Browse the repository at this point in the history
Release/2.3.0
  • Loading branch information
payam-zahedi authored Sep 21, 2024
2 parents 94011a9 + af14c4a commit 953f938
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutter": "3.24.0",
"flutter": "3.24.3",
"flavors": {}
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.3.0
* fix: AnimationController.dispose() called more than once. on multiple action show by @AntonioAEMartins
* fix: add extra bottom margin to account for keyboard by @MrLightful
* refactor: toast config and applyMediaQueryViewInsets as property by @payam-zahedi
* fix: add Media Query view padding as a margin to toast overlay by @payam-zahedi
* fix: add max line limit for title and description by @payam-zahedi

## 2.2.0
* Fix offset in description when title is null by @romatallinn
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

publish_to: "none"

version: 1.3.3+48
version: 1.4.0+50

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: toastification
description: Toastification is a Flutter package that allows you to easily show toast and notification messages in your application.
version: 2.2.0
version: 2.3.0
homepage: https://payamzahedi.com/toastification/
repository: https://github.com/payam-zahedi/toastification
topics:
Expand All @@ -17,7 +17,7 @@ dependencies:
flutter:
sdk: flutter
equatable: ^2.0.5
uuid: ^4.4.2
uuid: ^4.5.0
pausable_timer: ^3.1.0+3
collection: ^1.18.0
iconsax_flutter: ^1.0.0
Expand Down

0 comments on commit 953f938

Please sign in to comment.