elastic_sheet 0.2.0
elastic_sheet: ^0.2.0 copied to clipboard
A physics-driven Flutter surface for anchor-based expansion, liquid spring motion, dynamic sizing, and partial actions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add elastic_sheetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
elastic_sheet: ^0.2.0Alternatively, 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:elastic_sheet/elastic_sheet.dart';