dynamic_popup 1.0.8 copy "dynamic_popup: ^1.0.8" to clipboard
dynamic_popup: ^1.0.8 copied to clipboard

A flexible and customizable dynamic popup system for Flutter with markdown support and interactive components.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_popup

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  dynamic_popup: ^1.0.8

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dynamic_popup/dynamic_popup.dart';
0
likes
145
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

A flexible and customizable dynamic popup system for Flutter with markdown support and interactive components.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_html, shared_preferences

More

Packages that depend on dynamic_popup