Releases: alibaba/flutter_boost
Releases · alibaba/flutter_boost
5.0.1
What's Changed
- Add
mixin
modifier to avoid breaking user codes. by @0xZOne in #1949 - 修复当同一个PageContainer存在多个相同路由名字的Page时,popUntil无法指定uniqueId by @youyi-sizuru in #1946
New Contributors
- @youyi-sizuru made their first contribution in #1946
Full Changelog: 5.0.0...5.0.1
5.0.0
What's Changed
- Fix the sample code's compilation errors on Flutter 3.16.x by @0xZOne in #1940
- Fix NPE when platform plugin delegate is null by @0xZOne in #1941
- Avoid unnecessary attach/detach operations of the engine. by @0xZOne in #1942
- Release 5.0.0 (flutter: ">=3.16.0") by @0xZOne in #1943
Full Changelog: 4.4.2...5.0.0
4.4.2
4.4.0
4.3.1
What's Changed
- Uniform iOS code style. by @0xZOne in #1872
- 更新提issue的模版 by @joechan-cq in #1868
- fix: 修复6.0 AccessibilityBridge.release()' on a null object reference … by @wxy2016 in #1876
- [ios] 解决pop传参不能返回的问题 by @0xZOne in #1884
New Contributors
Full Changelog: 4.3.0...4.3.1
4.3.0
What's Changed
- Improve codes in Android. by @0xZOne in #1855
- Improve codes by @0xZOne in #1856
- [Android] 解决横/竖屏切换后,后退时闪现页面被拉伸(或压缩)的问题 by @0xZOne in #1857
- Support passing through Dart entrypoint arguments by @0xZOne in #1858
- Revert: "[Android] 解决横/竖屏切换后,后退时闪现页面被拉伸(或压缩)的问题 (#1857)" by @0xZOne in #1859
Full Changelog: 4.2.3...4.3.0
4.2.3
What's Changed
- 增加自定义
appBuilder
示例 by @0xZOne in #1827 - [Android] fix tab下多个flutterfragment快速切换时,出现不渲染的bug by @joechan-cq in #1830
- Fixes the compilation errors when running the example with Flutter 3.10.0 by @0xZOne in #1838
- 解决打开弹窗并关闭后再关闭页面时「返回参数」不能传递到上一个页面的问题 by @0xZOne in #1846
- 修复removeWithResult接口不能返回结果的问题 by @0xZOne in #1850
- Add license headers by @0xZOne in #1851
- 暴露接口,让业务可以开启Android端内部日志输出,便于调试问题 by @0xZOne in #1853
Full Changelog: 4.2.2...4.2.3
4.2.2
What's Changed
- [Android] 通过队列来记录活动的Activity,解决部分场景下topActivity可能为空的问题 by @Starve-to-Death in #1810
- Add Test Cases for ImageCache. by @0xZOne in #1822
- Fix type conversion errors and add a prompt for unregistered routes. by @0xZOne in #1823
- 修复后退时前一个页面不必要的rebuild的问题 by @0xZOne in #1824
New Contributors
- @Starve-to-Death made their first contribution in #1810
Full Changelog: 4.2.1...4.2.2
4.2.1
What's Changed
- Add hero animation demo. by @0xZOne in #1756
- [ios] Fixes the warning that the license file does not exist by @0xZOne in #1759
- 处理 pushReplacement 泛型转换错误 by @zmtzawqlp in #1758
- 更新授权许可链接 by @TJRoger in #1754
- fix(FlutterTextureHooker):设置setSurfaceTexture异常问题 by @JunhuaLin in #1774
- 为半透明弹窗增加PlatformView场景 by @0xZOne in #1799
- 开放FlutterBoostAppState中的_containers by @joechan-cq in #1800
- 修复部分push场景与该手势可能冲突导致触发了两次pop。 so 加个开关, 建议只有translucent dialog场景 手动设置e… by @JerryFans in #1791
- [Android] 解决FlutterBoostFragment切换时可能闪现上一个页面的问题 by @0xZOne in #1807
New Contributors
- @JerryFans made their first contribution in #1791
Full Changelog: 4.2.0...4.2.1