g_alert 0.0.4 copy "g_alert: ^0.0.4" to clipboard
g_alert: ^0.0.4 copied to clipboard

A customizable alert dialog package for Flutter with support for success, failure, and custom alerts

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add g_alert

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

dependencies:
  g_alert: ^0.0.4

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:g_alert/g_alert.dart';
14
likes
150
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable alert dialog package for Flutter with support for success, failure, and custom alerts

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on g_alert