anchored_sheets 1.2.23 copy "anchored_sheets: ^1.2.23" to clipboard
anchored_sheets: ^1.2.23 copied to clipboard

A Flutter package to create anchored sheets that can be dragged and snapped to different positions on the screen.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add anchored_sheets

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

dependencies:
  anchored_sheets: ^1.2.23

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:anchored_sheets/anchored_sheets.dart';
2
likes
160
points
980
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to create anchored sheets that can be dragged and snapped to different positions on the screen.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on anchored_sheets