an_lifecycle_cancellable 0.0.6 copy "an_lifecycle_cancellable: ^0.0.6" to clipboard
an_lifecycle_cancellable: ^0.0.6 copied to clipboard

After merging Lifecycle and Cancellable, the toolkit provided in flutter

0.0.6 #

  • Continue to expand the launch series
  • fix withLifecycleEffect bugs
  • fix lifecycleExtData bugs

0.0.5 #

  • Postpone the execution of resumed of withLifecycleEffect (wait for the next event loop)
  • fix withLifecycleEffect assert judgment error

0.0.4+1 #

  • Fix lifecycleExtData automatic cleanup exception

0.0.4 #

  • Migration of Listenable extensions.
  • Adding a new launch to the lifecycle (executed only once).
  • Added extension lifecycleExtData, which can store data based on the lifecycle and automatically clean it up upon destroy.

0.0.3 #

  • fix bug whenMoreThanState

0.0.2 #

  • export dialog/dialog_ext.dart

0.0.1 #

  • The first version migration is completed