smart_lib_dialog 1.0.5 copy "smart_lib_dialog: ^1.0.5" to clipboard
smart_lib_dialog: ^1.0.5 copied to clipboard

A Flutter library that provides custom dialogs with back button interception.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_lib_dialog

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

dependencies:
  smart_lib_dialog: ^1.0.5

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:smart_lib_dialog/base/model/smart_dialog_status.dart';
import 'package:smart_lib_dialog/base/utils/back_inspector_mixin.dart';
import 'package:smart_lib_dialog/base/utils/overlay_mixin.dart';
import 'package:smart_lib_dialog/base/utils/status_callback_mixin.dart';
import 'package:smart_lib_dialog/base/utils/timer_mixin.dart';
import 'package:smart_lib_dialog/base/widgets/flutter_easy_dialog_widget.dart';
import 'package:smart_lib_dialog/base/widgets/overlay_entry.dart';
import 'package:smart_lib_dialog/dialog/smart_dialog_params.dart';
import 'package:smart_lib_dialog/dialog/smart_dialog_widget.dart';
import 'package:smart_lib_dialog/loading/smart_loading_params.dart';
import 'package:smart_lib_dialog/loading/smart_loading_widget.dart';
import 'package:smart_lib_dialog/smart_dialog_manager.dart';
1
likes
150
points
212
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter library that provides custom dialogs with back button interception.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

back_button_interceptor, cupertino_icons, flutter

More

Packages that depend on smart_lib_dialog