pop_alert 0.0.28 copy "pop_alert: ^0.0.28" to clipboard
pop_alert: ^0.0.28 copied to clipboard

Pop alert is a responsive and animated alert / dialog for flutter, A beautiful replacement for Flutter "alert / dialog".

example/lib/main.dart

import 'package:example/widget/demo.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      title: 'Pop Alert',
      home: Demo(),
    );
  }
}
3
likes
140
pub points
63%
popularity

Publisher

unverified uploader

Pop alert is a responsive and animated alert / dialog for flutter, A beautiful replacement for Flutter "alert / dialog".

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, lottie

More

Packages that depend on pop_alert