flutter_popup 3.1.2 flutter_popup: ^3.1.2 copied to clipboard
beautiful popup for flutter
flutter_popup #
A simple and elegant popup
Getting Started #
How to use #
dependencies:
flutter_popup: ^latest_version
import 'package:flutter_popup/flutter_popup.dart';
// easy to use
CustomPopup(
content: Text('George says everything looks fine'),
child: Icon(Icons.help),
),
CustomPopup(
content: _Slider(),
child:Text('slider'),
)
CustomPopup(
content: Column(
mainAxisSize: MainAxisSize.min,
children: List.generate(5, (index) => Text('menu$index')),
),
child: const Icon(Icons.add_circle_outline),
)
last #
If you are interested in purchasing demo projects or outsourcing projects, please contact me: QQ: 965471570, Gmail: herowws90@gmail.com.
如果你想要购买演示项目,或者外包项目,请联系我: QQ:965471570 Gmail:herowws90@gmail.com