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

Physics-y, bouncy sheet & modal for Flutter — built to fill a gap I hit in my own app.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dragsheet

With Flutter:

 $ flutter pub add dragsheet

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

dependencies:
  dragsheet: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dragsheet/dragsheet.dart';
2
likes
0
points
16
downloads

Publisher

verified publishermatthewtrent.me

Weekly Downloads

Physics-y, bouncy sheet & modal for Flutter — built to fill a gap I hit in my own app.

Homepage
Repository (GitHub)
View/report issues

Topics

#draggable #sheet #modal #physics #bouncy

License

unknown (license)

Dependencies

flutter

More

Packages that depend on dragsheet