Skip to content

Releases: alibaba/flutter_boost

5.0.1

31 Dec 16:43
Compare
Choose a tag to compare

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

Full Changelog: 5.0.0...5.0.1

5.0.0

28 Dec 12:16
Compare
Choose a tag to compare

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

22 Dec 03:00
Compare
Choose a tag to compare

What's Changed

  • 将AGP的版本从7.0.4降回3.3.0,以兼容更多的应用 by @0xZOne in #1937

Full Changelog: 4.4.0...4.4.2

4.4.0

13 Aug 10:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.3.1...4.4.0

4.3.1

10 Aug 05:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.3.0...4.3.1

4.3.0

12 Jun 10:02
0c3e97f
Compare
Choose a tag to compare

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

09 Jun 06:15
b4bb39f
Compare
Choose a tag to compare

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

18 Apr 06:23
2e65cd6
Compare
Choose a tag to compare

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

Full Changelog: 4.2.1...4.2.2

4.2.1

22 Mar 05:46
f277bc0
Compare
Choose a tag to compare

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

Full Changelog: 4.2.0...4.2.1

4.2.0

07 Nov 04:14
48b84d8
Compare
Choose a tag to compare

What's Changed

  • [Android] Fixes HybridCompositon does not work by @0xZOne in #1743
  • Add pigeon commands to script file. by @0xZOne in #1744
  • [ios] Use a screen edge pan gesture to go back to the previous page of a non-container page. by @0xZOne in #1751

Full Changelog: 4.1.1...4.2.0