fast_overlays 0.1.5  fast_overlays: ^0.1.5 copied to clipboard
fast_overlays: ^0.1.5 copied to clipboard
Show overlays, dialogs, snackbars, and more without a context
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add fast_overlaysThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  fast_overlays: ^0.1.5Alternatively, 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:fast_overlays/fast_overlays.dart';