april_flutter_utils 0.3.1
april_flutter_utils: ^0.3.1 copied to clipboard
A package for flutter APP development.
0.3.1 #
- Add
Shelf.
0.3.0 #
- Optimize code of
TextInputReceiver.
0.2.3 #
- Fix bug about
TextInputReceiver.
0.2.2 #
- Optimize the code of
VisibilityDetectorWidget.
0.2.1 #
- Add a tool
TextInputReceiverused for listen text input when noTextFieldfocused.
0.2.0 #
- Dart SDK version:
">=3.0.0 <4.0.0" - Flutter SDK version:
">=3.13.0"
0.1.3 #
- Dart SDK version:
">=2.18.0 <4.0.0".
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 #
- Default value of
VisibilityValueNotifiercomes from value of currentAppLifecycleState
0.1.0 #
- Rename
apriltoapril_flutter_utils - Rename
AprilMethod.darttoAprilAndroidMethod.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
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