double_sheet 0.0.2 copy "double_sheet: ^0.0.2" to clipboard
double_sheet: ^0.0.2 copied to clipboard

A Flutter package that provides a highly customizable bottom sheet with a synchronized header that moves smoothly as the sheet expands and contracts.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add double_sheet

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

dependencies:
  double_sheet: ^0.0.2

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:double_sheet/double_sheet.dart';
1
likes
145
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a highly customizable bottom sheet with a synchronized header that moves smoothly as the sheet expands and contracts.

Repository (GitHub)
View/report issues

Topics

#bottom-sheet #modal #ui #widget #flutter-package

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on double_sheet