Example
it is a simple example of how to use the package.
<=sample=>
Description
A simple Alert Dialog with customizable options.
Installation
If you want to use this package in your Flutter project, follow these steps:
- Add this to your
pubspec.yaml
file:
dependencies:
alert_dialog_example_s: ^0.0.2
2. Run flutter pub get to install the package.
3. Import the package where you want to use it:
import 'package:alert_dialog_example_s/alert_dialog_example_s.dart';