s_modal 1.1.0 copy "s_modal: ^1.1.0" to clipboard
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_modal

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

dependencies:
  s_modal: ^1.1.0

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:s_modal/s_modal.dart';
0
likes
160
points
217
downloads

Publisher

unverified uploader

Weekly Downloads

A package for displaying highly customizable modal overlays including sheets, dialogs, and snackbars... with independent lifecycle management.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

assorted_layout_widgets, dart_helper_utils, flutter, flutter_animate, s_bounceable, s_ink_button, sizer, soundsliced_dart_extensions, soundsliced_tween_animation_builder, states_rebuilder_extended

More

Packages that depend on s_modal