chunlei36 / overlay_support

overlay support for flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

overlay_support

Pub Build Status codecov

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
dependencies:
  overlay_support: ^0.1.0
  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

About

overlay support for flutter

License:Apache License 2.0


Languages

Language:Dart 94.3%Language:Objective-C 3.8%Language:Java 1.9%