dialog_service 1.0.1 copy "dialog_service: ^1.0.1" to clipboard
dialog_service: ^1.0.1 copied to clipboard

Dialog Service for handling error dialogs from controllers

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dialog_service

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

dependencies:
  dialog_service: ^1.0.1

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:dialog_service/dialog_service.dart';
1
likes
130
points
37
downloads

Publisher

verified publisherayushsuman.com

Weekly Downloads

Dialog Service for handling error dialogs from controllers

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dialog_service