From 91f25437363554e4a7bd8407c0ab422dbaab8663 Mon Sep 17 00:00:00 2001 From: Rodrigo de Souza Marques Date: Thu, 16 Jan 2025 22:16:17 -0300 Subject: [PATCH] Release 8.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### ⚠️ BREAKING CHANGE * Minimum required Dart SDK version 3.3.0 (Flutter 3.19.0 - 15/02/2024) ### 🐛 Bug Fixes * Fix issue #410: "reply already sent and a possible ANR". Tks @Junglee-Faisal ### 🎉 Features * Migrated Gradle to declarative plugins block --- CHANGELOG.md | 10 ++++++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a06d171..88d131f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 8.3.2 +### ⚠️ BREAKING CHANGE +* Minimum required Dart SDK version 3.3.0 (Flutter 3.19.0 - 15/02/2024) + +### 🐛 Bug Fixes +* Fix issue #410: "reply already sent and a possible ANR". Tks @Junglee-Faisal + +### 🎉 Features +* Migrated Gradle to declarative plugins block + ## 8.3.1 ### ⚠️ BREAKING CHANGE * Minimum required Dart SDK version 3.3.0 (Flutter 3.19.0 - 15/02/2024) diff --git a/example/pubspec.lock b/example/pubspec.lock index 8827b94..902119b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -84,7 +84,7 @@ packages: path: ".." relative: true source: path - version: "8.3.1" + version: "8.3.2" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 97bb137..3f679c2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_branch_sdk description: "Flutter Plugin for create deep link using Brach SDK (https://branch.io). This plugin provides a cross-platform (iOS, Android, Web)." -version: 8.3.1 +version: 8.3.2 repository: https://github.com/RodrigoSMarques/flutter_branch_sdk environment: