repl_view 0.1.2 copy "repl_view: ^0.1.2" to clipboard
repl_view: ^0.1.2 copied to clipboard

REPL-style scroll view for Flutter: input lines pin as sticky section headers, responses scroll as leaves, and identical responses coalesce with a count badge.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add repl_view

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  repl_view: ^0.1.2

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:repl_view/repl_view.dart';
0
likes
160
points
66
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

REPL-style scroll view for Flutter: input lines pin as sticky section headers, responses scroll as leaves, and identical responses coalesce with a count badge.

Homepage
Repository (GitHub)
View/report issues

Topics

#scroll #repl #console #terminal #flutter

License

BSD-3-Clause (license)

Dependencies

flutter, sticky_hierarchical_scroll

More

Packages that depend on repl_view