Skip to content

Commit cfbc903

Browse files
committed
Package version updated to 1.1.15-nullsafety
1 parent 414a213 commit cfbc903

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.1.15-nullsafety]
2+
3+
- Support for sound null-safety added [#164](https://github.com/fayeed/dash_chat/pull/164) by [@diegogarciar](https://github.com/diegogarciar)
4+
15
## [1.1.15]
26

37
- Memory leaked issue fixed, PR [#133](https://github.com/fayeed/dash_chat/pull/133) by [@peter-sg](https://github.com/peter-sg) & [@pycstitch](https://github.com/pycstitch)

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ packages:
7777
path: ".."
7878
relative: true
7979
source: path
80-
version: "1.1.15"
80+
version: "1.1.15-nullsafety"
8181
fake_async:
8282
dependency: transitive
8383
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dash_chat
22
description: The most complete Chat UI for flutter inspired by react-native-gifted-chat.
3-
version: 1.1.15
3+
version: 1.1.15-nullsafety
44
homepage: https://github.com/fayeed/dash_chat
55

66
environment:

0 commit comments

Comments
 (0)