s_modal 1.1.0
s_modal: ^1.1.0 copied to clipboard
A package for displaying highly customizable modal overlays including sheets, dialogs, and snackbars... with independent lifecycle management.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add s_modalThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
s_modal: ^1.1.0Alternatively, 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:s_modal/s_modal.dart';