custom_animated_dialog 0.0.1 copy "custom_animated_dialog: ^0.0.1" to clipboard
custom_animated_dialog: ^0.0.1 copied to clipboard

With this package you can display animated alert dialogs and take actions

example/lib/main.dart

import 'package:flutter/material.dart';

import 'home_page.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return  const MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Animated Dialog',
      home: MyHomePage(),
    );
  }
}
1
likes
120
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

With this package you can display animated alert dialogs and take actions

Documentation

API reference

License

unknown (license)

Dependencies

flutter, lottie

More

Packages that depend on custom_animated_dialog