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!
1- Add this package to your pubspec.yaml.
dependencies:
secure_pin_code:
git: https://github.com/TinyProgrammers/secure_pin_code.git
or
dependencies:
secure_pin_code: any # or latest verison.
2- import the library into your widget.
import 'package:secure_pin_code/secure_pin_code.dart';
3- use any of our widgets.
Please file issues to send feedback or report a bug. Thank you!