- TODO: Describe initial release.
- fix: Android push always return index.
- fix: remove signle_top for Android native Activity.
- fix: hot restart 导致 pop 失效
- fix: iOS 下面 Dart 页面通知的 bug
- fix: Android demo 原生页面和 Flutter 页面转场动画不一致
- fix: iOS hidesNavigationBar 设置后原生页面一直生效的 bug
- feat: remove reuse of isInitialRoute
- fix: Android setSystemUIOverlayStyle 不生效
- doc: 添加日志开关文档
- feat: add iOS log switch
- doc: add push and notify demo
- fix: pop with parameters does not cover all cases
- fix: Repeatedly add NavigatorObserverManager
- fix: crash at UINavigationController.setViewControllers
- feat: add dart navigator log disable
- fix: 优化导航栏切换效果
- fix: url 带 . 时引起的冲突,issue #27
- fix: popResult 失败
- fix: Android didn't notify after popTo
- fix: Android didn't call onPopResult from native pop to flutter
- fix: ios memory leak
- feat: add flutter custom transition builder api.
- fix: crash case on f->n->f .
- fix: iOS index not sync when back gesture.
- fix: issue 44, android keyboard not showing up
- refact: 重构 Android 源码
- feat: 增加通知所有对应 url 实例的能力
- fix: 修复部分已知 bug
- fix: #57,兼容 UIImagePickerControllerDelegate
- fix: UINavigationController.setDelete nil
- fix: ThrioStatefulWidget.tryStateOf should not throw an exception.
- feat: add extension methods for get
RouteSettings
properties.
- fix: issue 63
- feat: add android page & route lifecycle
- feat: now it can run under Flutter SDK 1.20.x
- feat: add android log disabled
- fix: onRemove typepo
- fix: flutter to flutter notify not working
- feat: supports multiple UINavigationController for iOS
- feat: supports multiple flutter engine
- feat: supports 1.22.x flutter SDK