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

Halo Alert #

Features #

Simple alert dialog for flutter

workflow #

  1. Add features
    1. Check if new features (files) are added to lib/src/halo_alert.dart
    2. Write Unit Test if possible
  2. Update version in pubspec.yaml
  3. Update CHANGELOG.md
  4. git add .;git add .;git add .;git commit -m 'New feature'; git fetch;
  5. Run flutter pub publish

How to use #

void main() {
  runApp(
    MaterialApp(
      home: MainApp(),
      builder: (context, child) {
        return Stack(children: [child!, Alert.deploy()]);
      },
    ),
  );
}
0
likes
120
points
79
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