fialogs 2.1.0 copy "fialogs: ^2.1.0" to clipboard
fialogs: ^2.1.0 copied to clipboard

Simple flutter dialogs package includes (Alert Dialogs, Progress Dialog, Selection Dialogs, Selection Screens, Options Dialog).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fialogs

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fialogs: ^2.1.0

Alternatively, 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';
15
likes
120
pub points
70%
popularity

Publisher

unverified uploader

Simple flutter dialogs package includes (Alert Dialogs, Progress Dialog, Selection Dialogs, Selection Screens, Options Dialog).

Homepage

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on fialogs