tolyui_anchor 0.0.1
tolyui_anchor: ^0.0.1 copied to clipboard
Flutter 锚点导航组件,支持索引级滚动控制、双向联动、自定义样式、横向导航和大数据量虚拟滚动。适用于文档阅读、设置面板、目录导航等场景。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tolyui_anchorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tolyui_anchor: ^0.0.1Alternatively, 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:tolyui_anchor/tolyui_anchor.dart';