scroll_positioned 0.0.4 copy "scroll_positioned: ^0.0.4" to clipboard
scroll_positioned: ^0.0.4 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.4

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';
8
likes
120
pub points
21%
popularity

Publisher

verified publisherdrafakiller.com

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on scroll_positioned