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

outdated

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(),
    );
  }
}
49
likes
20
points
88
downloads

Publisher

unverified uploader

Weekly Downloads

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..

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_awesome_alert_box