animated_bottom_sheet 1.0.0 copy "animated_bottom_sheet: ^1.0.0" to clipboard
animated_bottom_sheet: ^1.0.0 copied to clipboard

A customizable and animated bottom sheet for Flutter with support for custom height, drag handle, safe area, and smooth animations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animated_bottom_sheet

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

dependencies:
  animated_bottom_sheet: ^1.0.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:animated_bottom_sheet/animated_bottom_sheet.dart';
1
likes
140
points
56
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable and animated bottom sheet for Flutter with support for custom height, drag handle, safe area, and smooth animations.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on animated_bottom_sheet