FLUTTER ECOSYSTEM

mohamed6996/EdgeAlert

एक फ्लटर प्लगइन जो स्क्रीन के शीर्ष या तल पर चेतावनी दिखाता है

EdgeAlert प्रोजेक्ट कवर
Stars
44
Forks
16
अंतिम पुश (UTC)
19 जून 2024
प्रोजेक्ट स्थिति
सक्रिय
Mohamed Ali GitHub avatar
GITHUB User

Mohamed Ali ↗

Lazy android developer.

भाषाएँDartObjective-CJava

इस रिपॉज़िटरी के पैकेज

उपयोग की गई निर्भरताएँ

निर्भरता सूची 2 आइटम
  • flutter{"sdk":"flutter"}
  • flutter_testडेवलपमेंट{"sdk":"flutter"}

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

Edge Alert

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

How to Use

# add this line to your dependencies
edge_alert: ^0.0.1
import 'package:edge_alert/edge_alert.dart';
EdgeAlert.show(context, title: 'Title', description: 'Description', gravity: EdgeAlert.TOP);
property description
context BuildContext (Not Null)(required)
title 'Your title goes here'
description 'Your description goes here'
icon IconData (Default: Icons.notifications)
backgroundColor Color() (Default Colors.grey)
duration EdgeAlert.LENGTH_SHORT(1 second, Default) or EdgeAlert.LENGTH_LONG(2 sec) or EdgeAlert.LENGTH_VERY_LONG(3 sec)
gravity EdgeAlert.TOP(Default) or EdgeAlert.BOTTOM

EdgeAlert

Inspiration

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

License

MIT License