Skip to content

Commit f36da47

Browse files
committed
Publish v2.3.1: support getx context
1 parent df71913 commit f36da47

File tree

4 files changed

+19
-14
lines changed

4 files changed

+19
-14
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [2.3.1] - 07/11/2024
2+
3+
* **Bug Fix**
4+
* Fix using show callback with GetX package context
5+
16
## [2.3.0] - 05/09/2024
27

38
* **Changes**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To use this elegant notification package you need to add the dependency in `pubs
4646

4747
```yaml
4848
dependencies:
49-
elegant_notification: ^2.3.2
49+
elegant_notification: ^2.3.1
5050
```
5151

5252
## Parameters

pubspec.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,18 @@ packages:
7171
dependency: transitive
7272
description:
7373
name: leak_tracker
74-
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
74+
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
7575
url: "https://pub.dev"
7676
source: hosted
77-
version: "10.0.4"
77+
version: "10.0.5"
7878
leak_tracker_flutter_testing:
7979
dependency: transitive
8080
description:
8181
name: leak_tracker_flutter_testing
82-
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
82+
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
8383
url: "https://pub.dev"
8484
source: hosted
85-
version: "3.0.3"
85+
version: "3.0.5"
8686
leak_tracker_testing:
8787
dependency: transitive
8888
description:
@@ -111,18 +111,18 @@ packages:
111111
dependency: transitive
112112
description:
113113
name: material_color_utilities
114-
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
114+
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
115115
url: "https://pub.dev"
116116
source: hosted
117-
version: "0.8.0"
117+
version: "0.11.1"
118118
meta:
119119
dependency: transitive
120120
description:
121121
name: meta
122-
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
122+
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
123123
url: "https://pub.dev"
124124
source: hosted
125-
version: "1.12.0"
125+
version: "1.15.0"
126126
path:
127127
dependency: transitive
128128
description:
@@ -180,10 +180,10 @@ packages:
180180
dependency: transitive
181181
description:
182182
name: test_api
183-
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
183+
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
184184
url: "https://pub.dev"
185185
source: hosted
186-
version: "0.7.0"
186+
version: "0.7.2"
187187
vector_math:
188188
dependency: transitive
189189
description:
@@ -196,10 +196,10 @@ packages:
196196
dependency: transitive
197197
description:
198198
name: vm_service
199-
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
199+
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
200200
url: "https://pub.dev"
201201
source: hosted
202-
version: "14.2.1"
202+
version: "14.2.5"
203203
sdks:
204204
dart: ">=3.3.0 <4.0.0"
205205
flutter: ">=3.18.0-18.0.pre.54"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: elegant_notification
22
description: 'A new flutter package to display notifications on top of the screen, full customizable with built-in themes'
3-
version: 2.3.0
3+
version: 2.3.1
44
homepage: 'https://github.com/koukibadr/Elegant-Notification'
55
environment:
66
sdk: '>=2.19.0 <4.0.0'

0 commit comments

Comments
 (0)