https://github.com/fless-lab/fless_alert
https://github.com/fless-lab/fless_alert
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fless-lab/fless_alert
- Owner: fless-lab
- License: other
- Created: 2022-03-22T15:07:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T22:08:59.000Z (about 4 years ago)
- Last Synced: 2025-01-14T17:28:47.516Z (over 1 year ago)
- Language: Dart
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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";
```