easy_popup 1.0.0 copy "easy_popup: ^1.0.0" to clipboard
easy_popup: ^1.0.0 copied to clipboard

A customized popup widget.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'home_page.dart';

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

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) => MaterialApp(home: Home());
}
4
likes
30
pub points
68%
popularity

Publisher

unverified uploader

A customized popup widget.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on easy_popup