fancy_popups_new 0.0.2
fancy_popups_new: ^0.0.2 copied to clipboard
Fully Customizable Dialogs
fancy_popups_new #
Fancy Fields is a flutter widget library, include text field widgets which is fully customizable and can be extended on request. No more extra hassle for all the extra working around with text fields.
Installation #
- Add this to your packages pubspec.yaml file:
dependencies:
fancy_popups_new: <latest version>
- Install it You can install it from the command line:
$ flutter pub get
- Import it Now in Dart code, you can use:
import 'package:fancy_popups_new/fancy_popups_new.dart';