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

Flutter mini Widgets and Utils Package

mini_utils #

A Flutter Package with reusable Widgets and Functions.

Features #

Widgets: -DateTimePicker -ColorPicker

Getting started #

Import the package in the pubspec.yaml

Usage #

Show Widgets:

Color? color = showColorPicker(BuildContext context);
DateTime? date = showDateTimePicker(BuildContext context);

Next Steps #

Publish the package in the pub.dev

Implementations:

  • Implement String Consts Basic Translation
  • Implement DateTime basic utils
2
likes
0
points
47
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