mini_utils 0.0.3 copy "mini_utils: ^0.0.3" to clipboard
mini_utils: ^0.0.3 copied to clipboard

Flutter mini Widgets and Utils Package

mini_utils #

A Flutter Package with reusable Widgets and Functions.

Features #

Widgets:

  • dateTimePicker
  • colorPicker
  • loginScreen
  • digitalClock

Getting started #

Import the package in the pubspec.yaml

Usage #

Show Widgets:

Color? color = showColorPicker(BuildContext context);
DateTime? date = showDateTimePicker(BuildContext context);
2
likes
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter mini Widgets and Utils Package

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on mini_utils