g_alert 0.0.2 copy "g_alert: ^0.0.2" to clipboard
g_alert: ^0.0.2 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 Dart:

 $ dart pub add g_alert

With Flutter:

 $ flutter pub add g_alert

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

dependencies:
  g_alert: ^0.0.2

Alternatively, your editor might support dart pub get or 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
0
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on g_alert