overlay_support 0.0.1 copy "overlay_support: ^0.0.1" to clipboard
overlay_support: ^0.0.1 copied to clipboard

outdated

proivder support for overlay, easy to build toast and internal notification

overlay_support #

provider support for overlay, easy to build toast and internal notification.

A picture is worth a thousand words #

simple notification

simple toast

How To Use #

  1. add dependencies into you project pubspec.yaml file
    overlay_support:
    git:
      url: git://github.com/boyan01/overlay_support.git
  1. import package into your dart file
import 'package:overlay_support/overlay_support.dart';
  1. use showSimpleNotification method to show a notification at top of screen
showSimpleNotification(context,
    Text("this is a message from simple notification"),
    background: Colors.green);

License #

see License File

649
likes
0
pub points
99%
popularity

Publisher

verified publishersoit.tech

proivder support for overlay, easy to build toast and internal notification

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on overlay_support