/tiny_widgets

Common Widgets Used by Tiny's Co.

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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://github.com/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!