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

outdated

A new Flutter package for render comment tree like facebook comment - reply.

comment_tree #

Pub Package
Star on GitHub style: effective dart MIT License

A new Flutter package for render comment tree like facebook comment - reply.

Getting Started #

CommentTreeWidget<Comment, Comment>(
      ...
      treeThemeData: TreeThemeData(
        lineColor: Colors.green[500],
        lineWidth: 3
      ),
      avatarRoot: (context, data) => PreferredSize(...),
      avatarChild: (context, data) => PreferredSize(...),
      contentChild: (context, data) {
          return ...;
      },
      contentRoot: (context, data) {
         return ...;
      })

Design #

Demo #

150
likes
0
pub points
93%
popularity

Publisher

verified publisherdangngocduc.dev

A new Flutter package for render comment tree like facebook comment - reply.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on comment_tree