om_scrollable_positioned_list 0.3.8+1
om_scrollable_positioned_list: ^0.3.8+1 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 Dart:
$ dart pub add om_scrollable_positioned_listWith Flutter:
$ flutter pub add om_scrollable_positioned_listThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
om_scrollable_positioned_list: ^0.3.8+1Alternatively, your editor might support dart pub get or 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';