fialogs 1.0.1
fialogs: ^1.0.1 copied to clipboard
Simple flutter dialogs package includes (Alert Dialogs, Progress Dialog, Selection Dialogs, Selection Screens, Options Dialog) and other widgets that are reuseable for you flutter project.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fialogsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fialogs: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fialogs/fialogs.dart';