Textfield OTP Flutter

Textfield OTP Flutter

November 24, 2020 totosugito 0

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 totosugito 0

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 totosugito 0

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 Barcode Scanner

Flutter Barcode Scanner

August 15, 2020 totosugito 0

flutter_barcode_scanner A plugin for Flutter apps that adds barcode scanning support on both Android and iOS. Try example Just clone or download the repository, open […]

Flutter Dropdown Widget

Flutter Dropdown Widget

August 6, 2020 totosugito 0

select_form_field A Flutter select field widget. It shows a list of options in a dropdown menu. This widget extend TextField and has a similar behavior […]

Search Widget In Flutter

Search Widget In Flutter

July 14, 2020 totosugito 0

useful_widgets This package makes it easy to build apps by providing a list of simple and useful widgets. import 'package:useful_widgets/useful_widgets.dart'; List of Widgets available in […]

Flutter Tag Widget

Flutter Tag Widget

June 23, 2020 totosugito 0

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 totosugito 0

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 […]