fx_boot_starter 0.2.0 copy "fx_boot_starter: ^0.2.0" to clipboard
fx_boot_starter: ^0.2.0 copied to clipboard

a app start package to help handle start easy.

Changelog #

0.2.0 #

  • Breaking: 移除 flutter_bloc 依赖,内部改为 StreamController + InheritedWidget
  • Added: AppStartScope.of<S>(context) 获取 bloc 实例(替代 context.read
  • Added: FxStarter.minStartDurationMs getter 可覆盖
  • Changed: 零第三方依赖

0.1.1 #

  • Changed: 完善 README(设计理念、使用方式、API 表)
  • Added: FxStarter mixin(runZonedGuarded + FlutterError.onError)

0.1.0 #

  • Added: AppStartBloc 启动状态管理
  • Added: AppStartScope / AppStartListener
  • Added: AppStartRepository / AppStartAction 抽象
  • Added: sealed class AppStatus(Starting/LoadDone/Success/Failed)
  • Added: minStartDurationMs 最小启动时间保护
1
likes
140
points
154
downloads

Documentation

API reference

Publisher

verified publishertoly1994.com

Weekly Downloads

a app start package to help handle start easy.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on fx_boot_starter