A Flutter Package with reusable Widgets and Functions.
Widgets:
- dateTimePicker
- colorPicker
- loginScreen
- digitalClock
Import the package in the pubspec.yaml
Show Widgets:
Color? color = showColorPicker(BuildContext context);
DateTime? date = showDateTimePicker(BuildContext context);