flutter_awesome_alert_box 2.1.1 copy "flutter_awesome_alert_box: ^2.1.1" to clipboard
flutter_awesome_alert_box: ^2.1.1 copied to clipboard

A new flutter package project which contains lots of beautiful alert dialog that will help you lot to create beautiful awesome alert box very quickly and easily..

example/lib/main.dart

import 'package:flutter/material.dart';
import 'home_page.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      title: "flutter_awesome_alert_box",
      theme: ThemeData(
        primaryColor: Colors.deepOrange
      ),
      home: HomePage(),
    );
  }
}
copied to clipboard
48
likes
130
points
211
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.27 - 2025.04.11

A new flutter package project which contains lots of beautiful alert dialog that will help you lot to create beautiful awesome alert box very quickly and easily..

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_awesome_alert_box