context_show 0.2.0 copy "context_show: ^0.2.0" to clipboard
context_show: ^0.2.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_show

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

dependencies:
  context_show: ^0.2.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:context_show/context_show.dart';
3
likes
160
points
14
downloads
screenshot

Publisher

verified publisherdominikkrajcer.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#overlay #toast #banner #snackbar #dialog

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on context_show