april_flutter_utils 0.1.1 copy "april_flutter_utils: ^0.1.1" to clipboard
april_flutter_utils: ^0.1.1 copied to clipboard

outdated

A package for flutter APP development.

0.1.1 #

  • Add updatedCount field for CacheableValueListenable
  • Default value of VisibilityValueNotifier comes from value of current AppLifecycleState

0.1.0 #

  • Rename april to april_flutter_utils
  • Rename AprilMethod.dart to AprilAndroidMethod.dart
  • Add CachedValueNotifier<T> who can cache all values.
  • Optimize all codes of value_listenable_builder.dart

0.0.4 #

  • optimize the code of refreshable.dartrefreshable_controller.dartpagination.dartpagination_controller.dart
  • remove deprecated code

0.0.3 #

  • remove file page_visibility.dartnotifier_mixin.dart
  • rename SelectValueNotifierX to TransformableValueNotifierX
  • rename SelectorListenableBuilderX to TransformableListenableBuilderX
  • rename widget_visibility.dart to visibility_detector_widget.dart and change the code, now you can listen the visibility value from VisibilityValueNotifier.

0.0.2 #

  • import more files.

0.0.1 #

  • init