scroll_positioned 0.0.3
scroll_positioned: ^0.0.3 copied to clipboard
Allows to position widgets fixed along with a scroll. Can be positioned relative to the parent, or the absolute position. Best used with a Scrollable, but can be used on its own.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add scroll_positioned
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
scroll_positioned: ^0.0.3
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:scroll_positioned/scroll_positioned.dart';