Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

overlay easy support

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

overlay-easy

how to use

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

Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top