april_flutter_utils 0.1.2+1
april_flutter_utils: ^0.1.2+1 copied to clipboard
A package for flutter APP development.
0.1.2+1 #
- Fix "private field xxx could be 'final'" warning.
0.1.2 #
- Add subclass
AbsSimpleRefreshableController<T>ofRefreshable<T> - Add subclass
AbsSimplePaginationController<T, N>ofPagination<T> - Both simple controller is data wrapper needless.
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 file
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 file
SelectValueNotifierXtoTransformableValueNotifierX - rename file
SelectorListenableBuilderXtoTransformableListenableBuilderX - rename file
widget_visibility.darttovisibility_detector_widget.dartand change the code, now you can listen the visibility value from classVisibilityValueNotifier.
0.0.2 #
- import more files.
0.0.1 #
- init