- Notifications
You must be signed in to change notification settings - Fork102
a flutter toast and notification library
License
NotificationsYou must be signed in to change notification settings
boyan01/overlay_support
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Provider support foroverlay
, make it easy to buildtoast andIn-App notification.
this library support ALL platform
If you want to see the ui effect of this library, just clickherehttps://boyan01.github.io/overlay_support/#/
add dependencies into you project
pubspec.yaml
filedependencies:overlay_support:latest_version
wrap your AppWidget with
OverlaySupport
returnOverlaySupport.global(child:MaterialApp());
- show toast or simple notifications
import'package:overlay_support/overlay_support.dart';voidonClick() {// popup a toast.toast('Hello world!');// 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
see License File
if you have some suggestion or advice, please open an issue to let me known. This will greatly helpthe improvement of the usability of this project. Thanks.
About
a flutter toast and notification library
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published