snap_bottom_sheet 0.1.1
snap_bottom_sheet: ^0.1.1 copied to clipboard
A customizable bottom sheet with snap positions for Flutter, inspired by iOS-style sheet detents.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add snap_bottom_sheetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
snap_bottom_sheet: ^0.1.1Alternatively, 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:snap_bottom_sheet/snap_bottom_sheet.dart';