simple_fontellico_progress_dialog 0.2.1 simple_fontellico_progress_dialog: ^0.2.1 copied to clipboard
This package helps you to render a progress dialog with different types of loading indicator.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add simple_fontellico_progress_dialog
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
simple_fontellico_progress_dialog: ^0.2.1
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:simple_fontellico_progress_dialog/fontelico_icons.dart';
import 'package:simple_fontellico_progress_dialog/rotate_icon.dart';
import 'package:simple_fontellico_progress_dialog/simple_fontico_loading.dart';