proste_dialog 0.0.1-rc
proste_dialog: ^0.0.1-rc copied to clipboard
Easy to use, higher degree of freedom, more comprehensive functions, a simple dialog package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add proste_dialogThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
proste_dialog: ^0.0.1-rcAlternatively, 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:proste_dialog/proste_dialog.dart';