Textfield OTP Flutter

Textfield OTP Flutter

November 24, 2020

OTP Text Field A flutter package to create a OTP Text Field widget in your application. Stay tuned for the latest updates: 📱Screenshots ⚙️ Installation […]

Flutter Credit Card Form

Flutter Credit Card Form

August 19, 2020

This package provides visually beautiful UX through animation of credit card information input form. Preview Installing Add dependency to pubspec.yaml Get the latest version in […]

Flutter Select Dialog

Flutter Select Dialog

August 18, 2020

select_dialog Package Package designed to select an item from a list, with the option to filter and even search the items online. pubspec.yaml select_dialog: <last […]

Flutter Tag Widget

Flutter Tag Widget

June 23, 2020

flutter_tags Create beautiful tags quickly and easily. Installing Add this to your package’s pubspec.yaml file: dependencies: flutter_tags: "^0.4.8+2" DEMO Simple usage import 'package:flutter_tags/flutter_tags.dart'; . . […]

Flutter Alert Dialog

Flutter Alert Dialog

May 22, 2020

adaptive_dialog Show alert dialog or modal action sheet adaptively according to platform. showOkAlertDialog Convenient wrapper of showAlertDialog. iOS Android showOkCancelAlertDialog Convenient wrapper of showAlertDialog. iOS […]