inline_dialogs 1.0.3 copy "inline_dialogs: ^1.0.3" to clipboard
inline_dialogs: ^1.0.3 copied to clipboard

A simple Flutter package to implement inline dialogs which can be managed from the main program context. The dialog can be closed from the same code from which it was invoked.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add inline_dialogs

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

dependencies:
  inline_dialogs: ^1.0.3

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:inline_dialogs/inline_dialogs.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A simple Flutter package to implement inline dialogs which can be managed from the main program context. The dialog can be closed from the same code from which it was invoked.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, get_it

More

Packages that depend on inline_dialogs