reddit_style_comments 0.0.3 copy "reddit_style_comments: ^0.0.3" to clipboard
reddit_style_comments: ^0.0.3 copied to clipboard

A highly customizable Flutter package for building recursive, Reddit-style threaded comment trees with support for voting logic, nested replies, and smooth animations.

Reddit Style Comments #

A highly customizable Flutter package for building recursive, Reddit-style threaded comment trees. It handles the complex logic of nesting, indentation, and thread lines automatically, allowing you to focus on your app's unique style and logic.

pub package license


✨ Features #

  • Recursive Nesting: Supports infinite levels of nested replies with automatic indentation.
  • Smart Interaction: Built-in callbacks for upvoting, downvoting, replying, and reporting.
  • Animated UI: Smooth scaling animations for voting actions powered by flutter_animate.
  • Highly Customizable: * Control background, text, and active/inactive vote colors.
  • Customizable vertical thread lines to visualize comment depth.
  • Support for both Network and Asset avatars.
  • Performance Optimized: Uses a non-blocking Column based recursive approach to prevent layout crashes.

📸 Media #

GIF Screen Shot

Reddit Style Comments #

A highly customizable Flutter package for building recursive, Reddit-style threaded comment trees. It handles the complex logic of nesting, indentation, and thread lines automatically, allowing you to focus on your app's unique style and logic.

pub package license


✨ Features #

  • Recursive Nesting: Supports infinite levels of nested replies with automatic indentation.
  • Smart Interaction: Built-in callbacks for upvoting, downvoting, replying, and reporting.
  • Animated UI: Smooth scaling animations for voting actions powered by flutter_animate.
  • Highly Customizable: * Control background, text, and active/inactive vote colors.
  • Customizable vertical thread lines to visualize comment depth.
  • Support for both Network and Asset avatars.
  • Performance Optimized: Uses a non-blocking Column based recursive approach to prevent layout crashes.

📸 Media #

GIF Screen Shot

🚀 Getting Started #

Installation #

Add the dependency to your pubspec.yaml:

dependencies:
  reddit_style_comments: ^0.0.1


2
likes
135
points
129
downloads

Publisher

unverified uploader

Weekly Downloads

A highly customizable Flutter package for building recursive, Reddit-style threaded comment trees with support for voting logic, nested replies, and smooth animations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, equatable, expandable_text, flutter, flutter_animate, flutter_bloc, timeago

More

Packages that depend on reddit_style_comments