File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 8.9.0+1
2+ ### 🎉 Fixes
3+ * Updated ` README.MD ` with correct configuration for ` branch-config.json ` .
4+
15## 8.9.0
26### 🎉 Features & Fixes
37* ** Android:** Resolved build warnings (` unchecked or unsafe operations, deprecated api ` ) for a cleaner build process.
48* ** Android:** Updated plugin configuration to ensure compatibility with Android Gradle Plugin (AGP) 8.6.x (16KB Page Size).
59* ** Android:** ⚠️ Updated the ` showShareSheet ` function, which now requires a minimum of API level 22 (Android 5.1) to work correctly.
610* ** iOS:** Improved plugin stability by adding consistency checks to safely handle all incoming data from Flutter and prevent crashes.
711* ** iOS:** Modernized native code to ensure compatibility with recent APIs.
8- * Fixed linter warnings to improve code quality and maintainability.
12+ * Fixed Flutter linter warnings to improve code quality and maintainability.
913
1014### 🗑️ Removals
1115* The deprecated method ` FlutterBranchSdk.disableTracking() ` has been removed.
Original file line number Diff line number Diff line change @@ -224,12 +224,12 @@ Copy and paste the following structure into your `assets/branch-config.json` fil
224224
225225``` json
226226{
227- "apiUrl" : " https://api.myapi .com/ "
227+ "apiUrl" : " https://api.myapp .com" ,
228228 "branchKey" : " key_live_test_xxxx_yyyy" ,
229229 "liveKey" : " key_live_xxxx" ,
230230 "testKey" : " key_test_yyyy" ,
231231 "enableLogging" : true ,
232- "useTestInstance" : true ,
232+ "useTestInstance" : true
233233}
234234```
235235
Original file line number Diff line number Diff line change 11name : flutter_branch_sdk
22description : " Flutter Plugin for create deep link using Brach SDK (https://branch.io). This plugin provides a cross-platform (iOS, Android, Web)."
3- version : 8.9.0
3+ version : 8.9.0+1
44repository : https://github.com/RodrigoSMarques/flutter_branch_sdk
55
66environment :
You can’t perform that action at this time.
0 commit comments