overlay_support 1.0.0 overlay_support: ^1.0.0 copied to clipboard
proivder support for overlay, easy to build toast and internal notification
overlay_support #
provider support for overlay, easy to build toast and internal notification.
this library support platform Android、iOS 、Linux、macOS、Windows and Web
Interation #
If you want to see the ui effect of this library, then click here https://boyan01.github.io/overlay_support/#/
How To Use #
- add dependencies into you project pubspec.yaml file
dependencies:
overlay_support: latest_version
- import package into your dart file
import 'package:overlay_support/overlay_support.dart';
- use
showSimpleNotification
method to show a notification at top of screen
showSimpleNotification(
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.