Skip to content

AQuadic/tiny_widgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Widgets

pub package Build Status Coverage Status

We at TinyProgrammers were copying pasting the same code in multiple projects again and again and again over the time this makes it complex to update every project we maintain to latest version of widgets.

So we created TinyWidgets. this Lib/Package contains all of our most common used Widgets with flexible parameters that you will love to work with.

Okay we shouldn't talk much and let our work impress you!

Features and Screenshots.

Widget Name Screenshot Sourcecode Example
TinyContainer Click Click

Getting Started

1- Add this package to your pubspec.yaml.

dependencies:
  tiny_widgets:
    git: https:/TinyProgrammers/tiny_widgets.git

or

dependencies:
  tiny_widgets: any # or latest verison.

2- import the library into your widget.

import 'package:tiny_widgets/tiny_widgets.dart';

3- use any of our widgets.

Issues and feedback

Please file issues to send feedback or report a bug. Thank you!