Skip to content

ryota-gunji/flutter_tutorial_dialog

Repository files navigation

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.