april_flutter_utils 0.3.11
april_flutter_utils: ^0.3.11 copied to clipboard
A package for flutter APP development.
0.3.11 #
- Optimize code of
lattice_builder
.
0.3.10 #
- Optimize code of
lattice_builder
.
0.3.9 #
- Optimize code of
lattice_builder
andlattice_notifier
.
0.3.8 #
- Add
destroy()
forLattice
.
0.3.7 #
- Fix bug in
Shelf
.
0.3.6 #
- Optimize code.
0.3.5 #
- Optimize code of
light_and_cat
.
0.3.4 #
- Optimize code of
light_and_cat
andtext_input_receiver
.
0.3.3 #
- Optimize code of
light_and_cat
.
0.3.2 #
- Add
light_and_cat
.
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
TextInputReceiver
used for listen text input when noTextField
focused.
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
VisibilityValueNotifier
comes from value of currentAppLifecycleState
0.1.0 #
- Rename
april
toapril_flutter_utils
- Rename
AprilMethod.dart
toAprilAndroidMethod.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.dart
tovisibility_detector_widget.dart
and change the code, now you can listen the visibility value from classVisibilityValueNotifier
.
0.0.2 #
- import more files.
0.0.1 #
- init