Skip to content

dweb-channel/flutter-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter 工具箱

Flow

Flow:冷流,只有在有订阅者时才会发射数据。

SharedFlow:热流,可以配置缓存大小,保留最新的数据。

StateFlow:特殊的 SharedFlow,始终持有一个当前状态值,新的订阅者会立即收到当前状态。

About

在flutter提供Flow/SharedFlow/StateFlow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages