kai_tw_ui_kit 1.0.5 copy "kai_tw_ui_kit: ^1.0.5" to clipboard
kai_tw_ui_kit: ^1.0.5 copied to clipboard

This is a UI kit that shares Flutter components through my projects.

This is a UI kit that shares Flutter components through my projects.

Features #

It's a collection of some common used widgets.

Usage #

Just use them like other Flutter components.

class SimpleWidget extends StatelessWidget {
  const SimpleWidget({super.key});

  @override
  Widget build(BuildContext context) {
    return AppVersion();
  }
}

Widget List: #

  • AppVersion: It will automatically get your app version and display with OS icon and version (x.x.x).
  • DateTimePickerField: A form field that can pick a date and time by clicking it.
  • DatePickerField: A form field that can pick a date by clicking it.
0
likes
160
points
41
downloads

Documentation

API reference

Publisher

verified publisherkai-wu.net

Weekly Downloads

This is a UI kit that shares Flutter components through my projects.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_lints, intl, package_info_plus

More

Packages that depend on kai_tw_ui_kit