Last updated:
0 purchases
mini utils
mini_utils #
A Flutter Package with reusable Widgets and Functions.
Features #
Widgets:
dateTimePicker
colorPicker
loginScreen
digitalClock
Functions:
checkIfMobile
Getting started #
Import the package in the pubspec.yaml
Usage #
Show Widgets:
Color? color = showColorPicker(BuildContext context);
DateTime? date = showDateTimePicker(BuildContext context);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.