An open API service indexing awesome lists of open source software.

https://github.com/fless-lab/fless_alert


https://github.com/fless-lab/fless_alert

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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`):
```yaml
dependencies:
fless_alert: ^1.0.1
```

2. Import the package and use it in your Flutter app.
```dart
import "package:fless_alert/fless_alert.dart";
```