april_flutter_utils 0.3.1 copy "april_flutter_utils: ^0.3.1" to clipboard
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 TextInputReceiver used for listen text input when no TextField 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> of Refreshable<T>
  • Add subclass AbsSimplePaginationController<T, N> of Pagination<T>
  • Both simple controller is data wrapper needless.

0.1.1 #

  • 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

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 file widget_visibility.dart to visibility_detector_widget.dart and change the code, now you can listen the visibility value from class VisibilityValueNotifier.

0.0.2 #

  • import more files.

0.0.1 #

  • init