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

A way to simplify handling tablet/desktop/phone.

page_dialog #

A plugin with only one method showPageDialog which shows a Page or a Dialog depending on the device.

Getting Started #

  1. Add the dependency in the pubspec.yaml file
  page_dialog: ^0.0.1
  1. Call flutter pub get or just pub get

  2. Import the package

import 'package:page_dialog/page_dialog.dart'
  1. Use it by calling showPageDialog
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A way to simplify handling tablet/desktop/phone.

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_device_type, flutter_web_plugins, platform

More

Packages that depend on page_dialog