widget_lifecycle 1.0.0 copy "widget_lifecycle: ^1.0.0" to clipboard
widget_lifecycle: ^1.0.0 copied to clipboard

lifecycle for widget

1.0.0 #

  • support lifecycle callback
  final Function(Lifecycle lifecycle)? onCreate;
  final Function(Lifecycle lifecycle)? onVisible;
  final Function(Lifecycle lifecycle)? onInvisible;
  final Function(Lifecycle lifecycle)? onDispose;
  final Function(Lifecycle lifecycle)? onBackground;
  final Function(Lifecycle lifecycle)? onForeground;