simple_tree 0.1.1 copy "simple_tree: ^0.1.1" to clipboard
simple_tree: ^0.1.1 copied to clipboard

A tree frame project.

应用截图

数据定义 #

import 'package:simple_tree/simple_tree.dart';

参考demo

使用方法 #

home.dart

void initState() {
    super.initState();
    //可定义可不定义样式
    // Config.style = const TextStyle(fontSize: 20.0, color: Colors.blue); 
    Config.init(myAppPages);
  }



  Widget build(BuildContext context) {
    return Scaffold(
      key: scaffoldStateKey,
      appBar: getAppBar(),
      body: TreeWidget(data: data),
    );
  }
1
likes
135
points
538
downloads

Publisher

unverified uploader

Weekly Downloads

A tree frame project.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, rxflare

More

Packages that depend on simple_tree