fless_alert

A new way to create customizable alert dialogs in flutter.

Installation

  1. Add the latest version of package to your pubspec.yaml (and un dart pub get):
dependencies:
  fless_alert: ^1.0.1
  1. Import the package and use it in your Flutter app.
import "package:fless_alert/fless_alert.dart";