alert_dialog_example_s 0.0.1
alert_dialog_example_s: ^0.0.1 copied to clipboard
Alert Dialog is a simple package to show alert dialog in flutter
Example #
A new Flutter project.
Description #
A simple example of how to use the package.
Installation #
If you want to use this package in your Flutter project, follow these steps:
- Add this to your
pubspec.yamlfile:
dependencies:
Alert_Dialog_Example_S: ^1.0.0 # Replace with the actual package name and version
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';