om_scrollable_positioned_list 0.3.8+12
om_scrollable_positioned_list: ^0.3.8+12 copied to clipboard
A list with helper methods to programmatically scroll to an item.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add om_scrollable_positioned_listThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
om_scrollable_positioned_list: ^0.3.8+12Alternatively, 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:om_scrollable_positioned_list/om_scrollable_positioned_list.dart';