Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 936 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 936 Bytes

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