Skip to content

mini Dart/Flutter Utils from reusable Widgets and Functions

License

Notifications You must be signed in to change notification settings

Davipcrs/mini_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Next Features

  • Automatic responsive Scaffold

About

mini Dart/Flutter Utils from reusable Widgets and Functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages