v0.0.1
edge_alert
एक फ्लटर पैकेज जो स्क्रीन के शीर्ष या तल पर चेतावनी दिखाता है।
38लाइक 2830-दिन डाउनलोड40Pub अंक
प्लेटफ़ॉर्म डेटा नहीं
एक फ्लटर प्लगइन जो स्क्रीन के शीर्ष या तल पर चेतावनी दिखाता है
{"sdk":"flutter"}{"sdk":"flutter"}यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
A Flutter package that shows alert from top or bottom of the screen.
# 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
https://github.com/Tapadoo/Alerter/
MIT License