april_flutter_utils 0.1.1
april_flutter_utils: ^0.1.1 copied to clipboard
A package for flutter APP development.
0.1.1 #
- Add
updatedCountfield forCacheableValueListenable - Default value of
VisibilityValueNotifiercomes from value of currentAppLifecycleState
0.1.0 #
- Rename
apriltoapril_flutter_utils - Rename
AprilMethod.darttoAprilAndroidMethod.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.dart、refreshable_controller.dart、pagination.dart、pagination_controller.dart - remove deprecated code
0.0.3 #
- remove file
page_visibility.dart、notifier_mixin.dart - rename
SelectValueNotifierXtoTransformableValueNotifierX - rename
SelectorListenableBuilderXtoTransformableListenableBuilderX - rename
widget_visibility.darttovisibility_detector_widget.dartand change the code, now you can listen the visibility value fromVisibilityValueNotifier.
0.0.2 #
- import more files.
0.0.1 #
- init