flutter_webkul_alert_box 0.0.3
flutter_webkul_alert_box: ^0.0.3 copied to clipboard
A new Flutter package.
Webkul Alert Box #
Fancy webkul alert package lets you add a beautiful alert box to your Flutter app.
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get):
dependencies:
flutter_webkul_alert_box: ^0.0.3
- Import the package and use it in your Flutter App.
import 'package:flutter_webkul_alert_box/flutter_webkul_alert_box.dart';
|