diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ee023c..df6cc089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 45dc3665..cb6ab03a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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'