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

Package for displaying simple dialogs for tutorials. Recommended for those looking for a package that wants to implement a side-scrolling dialog on the fly.

Package for displaying simple dialogs for tutorials. Recommended for those looking for a package that wants to implement a side-scrolling dialog on the fly.

Features #

・Create a dialog containing a horizontal scrolling PageControl ・Since it is a widget that can be created intuitively, you can save the trouble of implementation

Getting started #

  1. import package.

Usage #

  1. call show method.
  2. give your own Widget to your children
const like = 'sample';

Additional information #

・The dialog is displayed in the center of the screen.

1
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Package for displaying simple dialogs for tutorials. Recommended for those looking for a package that wants to implement a side-scrolling dialog on the fly.

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

dots_indicator, flutter

More

Packages that depend on flutter_tutorial_dialog