Davipcrs / mini_utils

mini Dart/Flutter Utils from reusable Widgets and Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Dart 100.0%