Skip to content

Commit

Permalink
chore!: 💥 Dart Minimum Version 3.2.0
Browse files Browse the repository at this point in the history
- Upgrade url_launcher to 6.3.0.
  • Loading branch information
aditya-css committed Jun 24, 2024
1 parent b33bcf8 commit a859d54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [2.0.0] (Unreleased)

* **Breaking**: [203](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/203) Dart
Minimum Version 3.2.0
* **Breaking**: [202](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/202)
Message copyWith id value fix.
* **Breaking**: [173](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/173) Added
Expand Down
5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ platforms:
ios:

environment:
sdk: '>=3.0.3 <4.0.0'
flutter: '>=3.10.3'
sdk: '>=3.2.0 <4.0.0'

dependencies:
flutter:
sdk: flutter
intl: ^0.19.0
url_launcher: ^6.1.14
url_launcher: ^6.3.0
emoji_picker_flutter: ^2.1.1
any_link_preview: ^3.0.1
image_picker: '>=0.8.9 <2.0.0'
Expand Down

0 comments on commit a859d54

Please sign in to comment.