fbroadcast_nullsafety 4.0.4 copy "fbroadcast_nullsafety: ^4.0.4" to clipboard
fbroadcast_nullsafety: ^4.0.4 copied to clipboard

fbroadcast 飞猪 空安全版本

4.0.4 #

bug fix

4.0.3 #

细节优化

4.0.2 #

FBModel 添加部分扩展函数

4.0.1 #

FBModel 添加部分扩展函数

4.0.0 #

  • 有破坏性变更 请使用 FBModel来传输一个对象数据 例子
FBModel.createFrom(YouModel());
  • 监听数据的回调,请使用FResultCallbackWithDefault默认实现, 或者使用FResultCallbackWithTryParse<T> 带有泛型的默认实现,你也可以自己继承FResultCallback<FBModel>抽象类来编写你的逻辑

3.0.7 #

  • bug fixed

3.0.6 #

  • bug fixed

3.0.5 #

  • bug fixed

3.0.4 #

  • bug fixed

3.0.3 #

  • bug fixed

3.0.2 #

  • bug fixed

3.0.1 #

  • remove ResultCallback
  • add FResultCallback class

3.0.0 #

  • 移除警告和新增系统全局的引用实例

2.0.2 #

去除警告

2.0.1 #

bug fix

2.0.0 #

添加空安全支持

1.1.1 #

  • Optimize the efficiency of removing broadcast system instances

1.1.0 #

  • The 'printfbroadcastinfo()' function is provided to query the broadcast information in the current system to help developers clean up useless broadcasts in time

  • Avoid error callback calls in two-way communication

  • FBroadcast.instance({dynamic context}) supports the incoming scope [context], and developers will be able to obtain a broadcasting system that is only valid within the scope.

  • Support asynchronous registration by FBroadcast.unregister(context, async: true)

1.0.2 #

  • StickyBroadcast supports multiple messages of the same type in the broadcast system at the same time

1.0.1 #

  • Fix stickyBroadcast pass value is null

1.0.0 #

  • the first version