sliver_head_automatic_adsorption 1.0.8
sliver_head_automatic_adsorption: ^1.0.8 copied to clipboard
This is a custom sliver component that can automatically attach to the top
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sliver_head_automatic_adsorption
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sliver_head_automatic_adsorption: ^1.0.8
copied to clipboard
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:sliver_head_automatic_adsorption/sliver_head_automatic_adsorption.dart';
copied to clipboard