fixed_line_view 0.1.4
fixed_line_view: ^0.1.4 copied to clipboard
Virtualized fixed-height line view widgets for Flutter. Supports active line tracking, auto-scroll behaviors, and stream-driven content.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fixed_line_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fixed_line_view: ^0.1.4Alternatively, 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:fixed_line_view/fixed_line_view.dart';