edge_alerts 0.0.1 copy "edge_alerts: ^0.0.1" to clipboard
edge_alerts: ^0.0.1 copied to clipboard

null safe version from the edge_alert package with more

Edge Alerts #

A Flutter package that shows alert from top or bottom of the screen.

How to Use #

# add this line to your dependencies
edge_alerts: ^0.0.1
import 'package:edge_alerts/edge_alerts.dart';
edgeAlert(context, title: 'Title', description: 'Description', gravity: Gravity.top);
property description
context BuildContext (required)
title 'Your title goes here' (nullable)
description 'Your description goes here' (nullable)
icon IconData (nullable)
backgroundColor Color (nullable) (Default theme primary color)
duration number of seconds in int
gravity enum Gravity { top , bottom }

EdgeAlert

Inspiration #

https://github.com/Tapadoo/Alerter/

Original package #

https://github.com/mohamed6996/EdgeAlert

License #

MIT License
7
likes
110
pub points
83%
popularity

Publisher

unverified uploader

null safe version from the edge_alert package with more

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on edge_alerts