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

outdated

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

overlay_support #

Pub Build Status codecov

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

this library support platform Android、iOS 、Linux、macOS and Windows

Three picture is worth three thousand words #

notification custom notification toast
notification gif custom notification gif toast gif

How To Use #

  1. add dependencies into you project pubspec.yaml file
dependencies:
  overlay_support: latest_version
  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);

more instructions check here : example/readme.md

License #

see License File

End #

if you have some suggestion or advice, please open an issue to let me known. This will greatly help the improvement of the usability of this project. Thanks.

648
likes
40
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

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on overlay_support