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);

Libraries

mini_utils