thrio 1.3.7 copy "thrio: ^1.3.7" to clipboard
thrio: ^1.3.7 copied to clipboard

discontinued
outdated

Thrio makes it easy and fast to add flutter to existing mobile applications, and provide a simple and consistent navigator APIs.

0.0.1 #

  • TODO: Describe initial release.

0.1.0 #

  • fix: Android push always return index.
  • fix: remove signle_top for Android native Activity.

0.1.1 #

  • fix: hot restart 导致 pop 失效

0.1.2 #

  • fix: iOS 下面 Dart 页面通知的 bug

0.1.3 #

  • fix: Android demo 原生页面和 Flutter 页面转场动画不一致
  • fix: iOS hidesNavigationBar 设置后原生页面一直生效的 bug

0.1.4 #

  • 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: 优化导航栏切换效果

0.1.5 #

  • fix: url 带 . 时引起的冲突,issue #27

0.1.6 #

  • fix: popResult 失败

0.1.7 #

  • fix: Android didn't notify after popTo
  • fix: Android didn't call onPopResult from native pop to flutter

0.1.8 #

  • fix: ios memory leak

0.2.0 #

  • feat: add flutter custom transition builder api.

0.2.1 #

  • fix: crash case on f->n->f .

0.2.2 #

  • fix: iOS index not sync when back gesture.

0.3.0 #

  • fix: issue 44, android keyboard not showing up

0.4.0 #

  • refact: 重构 Android 源码
  • feat: 增加通知所有对应 url 实例的能力
  • fix: 修复部分已知 bug

0.4.1 #

  • fix: #57,兼容 UIImagePickerControllerDelegate

0.4.2 #

  • fix: UINavigationController.setDelete nil

0.4.3 #

  • fix: ThrioStatefulWidget.tryStateOf should not throw an exception.
  • feat: add extension methods for get RouteSettings properties.

0.4.4 #

  • fix: issue 63

0.5.0 #

  • feat: add android page & route lifecycle
  • feat: now it can run under Flutter SDK 1.20.x

0.5.1 #

  • feat: add android log disabled
  • fix: onRemove typepo
  • fix: flutter to flutter notify not working

1.0.0 #

  • feat: support multiple UINavigationController for iOS
  • feat: support multiple flutter engine
  • feat: support 1.22.x flutter SDK
  • feat: refactor page observer
  • feat: add more linter rules
  • fix: #106 #107 #108 #109

1.0.1 #

  • feat: support root FlutterViewController and ThrioActivity
  • feat: add interface for builder and navigatorObservers
  • fix: #118

1.1.0 #

  • feat: support for passing complex types between flutter pages
  • feat: support notify all page

1.2.0 #

  • fix: issue #123,解决1.1.0版本中存在的 pop native 到原生 poppedResult 不调用的问题
  • feat: 支持在所有页面间传递Json对象,为相关 API 添加泛型支持
  • feat: Flutter端添加 lastRoute, allRoutes 两个新的 API
  • feat: 删除 lastIndexallIndexes 这两个 API

1.2.1 #

  • fix: 去掉 Android Flutter 页面打开时的黑屏

1.3.0 #

  • feat: 更好的支持 Android root FlutterActivity

1.3.1 #

  • fix: poppedResult return pushed params

1.3.2 #

  • fix: remove moduleContext from NavigatorPageBuilder

1.3.3 #

  • fix: issue #135, 原生页面第二次跳转 Flutter 页面失败

1.3.4 #

  • fix: issue #138,serializerParams 失败

1.3.5 #

  • fix: pageChannel and routeChannel not match the readwrite property

1.3.6 #

  • fix: json object not support on didXXX

1.3.7 #

  • fix: issue #140 remove rootViewController 可能失效的bug
9
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Thrio makes it easy and fast to add flutter to existing mobile applications, and provide a simple and consistent navigator APIs.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on thrio