edge_alerts 0.0.1
edge_alerts: ^0.0.1 copied to clipboard
null safe version from the edge_alert package with more
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add edge_alertsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
edge_alerts: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:edge_alerts/edge_alerts.dart';