fluid_sheet 0.1.1
fluid_sheet: ^0.1.1 copied to clipboard
A fluid, iOS-style bottom sheet that animates its margins and corner radius.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fluid_sheetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fluid_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:fluid_sheet/fluid_sheet.dart';