context_show 0.3.0
context_show: ^0.3.0 copied to clipboard
A lightweight and flexible Flutter package for showing custom overlays, banners, toasts and dialogs with simple, context-based extension. Highly customizable and easy to use.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add context_showThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
context_show: ^0.3.0Alternatively, 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:context_show/context_show.dart';