halo_alert 0.2.0 copy "halo_alert: ^0.2.0" to clipboard
halo_alert: ^0.2.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. Run flutter pub publish
  5. git add .;git add .;git add .;git commit -m 'New feature'; git fetch;

How to use #

void main() {
  runApp(
    MaterialApp(
      home: MainApp(),
      builder: (context, child) {
        return Stack(children: [child!, Alert.deploy()]);
      },
    ),
  );
}
0
likes
0
points
177
downloads

Publisher

unverified uploader

Weekly Downloads

Simple alert dialog for flutter

License

unknown (license)

Dependencies

collection, flutter, flutter_riverpod, halo, riverpod

More

Packages that depend on halo_alert