overlay_support 0.1.0 overlay_support: ^0.1.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.
A picture is worth a thousand words #
How To Use #
- add dependencies into you project pubspec.yaml file
dependencies:
overlay_support: ^0.1.0
- 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(context,
Text("this is a message from simple notification"),
background: Colors.green);
License #
see License File