halo_alert 1.0.0 copy "halo_alert: ^1.0.0" to clipboard
halo_alert: ^1.0.0 copied to clipboard

Simple alert dialog for flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add halo_alert

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  halo_alert: ^1.0.0

Alternatively, 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:halo_alert/halo_alert.dart';
0
likes
130
points
177
downloads

Publisher

unverified uploader

Weekly Downloads

Simple alert dialog for flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, flutter_riverpod, halo, riverpod

More

Packages that depend on halo_alert