kommon 0.1.0-dev.1 copy "kommon: ^0.1.0-dev.1" to clipboard
kommon: ^0.1.0-dev.1 copied to clipboard

outdated

kingtous common package collections.

Kommon Package #

Kingtous' Common Package Collection for Flutter. 方便开发的全能类库.

Inspired by [flutter_flexible].

Features #

  1. Lazy list implementation based on [pull_to_refresh].
  2. Image click to view fullscreen based on [photo_view] and [animations].
  3. Debug Support based on [jh_debug].
  4. UI kit by [bruno] and [getwidget].
  5. Global tool by [get].
  6. Toast by [fluttertoast].
  7. Easy Animation by [animate_do].
  8. Video Player by [better player].
  9. Permission Handler by [permission handler].
  10. HTTP requests by [Request] based on [Dio].

Third Party Packages #

cached_network_image: ^3.1.0
photo_view: ^0.13.0
animations: ^2.0.2
bruno: ^2.1.0-nullsafety.1
fl_chart: ^0.45.1
get: ^4.6.1
getwidget: ^2.0.5
pull_to_refresh: ^2.0.0
jh_debug: ^1.0.1
fluttertoast: 8.0.8
animate_do: ^2.1.0
shared_preferences: 2.0.13 # 持久性存储
flutter_datetime_picker: ^1.5.1
permission_handler: 9.2.0 # 权限
better_player: ^0.0.81
dio: 4.0.3

Getting started #

flutter pub add kommon

and start your development.

Usage #

import package and as you wish.