fixed_line_view 0.1.4 copy "fixed_line_view: ^0.1.4" to clipboard
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_view

This 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.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:fixed_line_view/fixed_line_view.dart';
0
likes
160
points
162
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Virtualized fixed-height line view widgets for Flutter. Supports active line tracking, auto-scroll behaviors, and stream-driven content.

Homepage
Repository (GitHub)
View/report issues

Topics

#scroll #list #virtualization #flutter

License

BSD-3-Clause (license)

Dependencies

flutter, line_snap_scroll_physics

More

Packages that depend on fixed_line_view