flutter_streaming_text_markdown 1.1.0
flutter_streaming_text_markdown: ^1.1.0 copied to clipboard
A Flutter package for displaying streaming text with Markdown support, featuring typing animations, word-by-word streaming, RTL support, and customizable fade-in effects.
Changelog #
1.1.0 #
- Added professional theme system with StreamingTextTheme
- Added support for custom markdown styling through theme extension
- Added proper theme inheritance and fallback system
- Added documentation for theme customization
- Improved style sheet handling in StreamingText widget
- Made padding configuration more flexible
- Maintained full backward compatibility
1.0.2 #
Improvements #
- ๐ฆ Updated dependencies to latest compatible versions
- ๐ง Improved package structure and organization
- ๐ Enhanced API documentation and examples
- โก๏ธ Performance optimizations for text rendering
1.0.1 #
Improvements #
- ๐ Updated text scaling implementation to use modern textScaler
- ๐ Documentation improvements
- ๐ Minor bug fixes and performance optimizations
1.0.0 #
Initial stable release ๐
Features #
- โจ Markdown rendering with support for headers, bold, italic, and lists
- โจ๏ธ Character-by-character and word-by-word typing animations
- ๐ญ Customizable fade-in animations
- ๐ RTL (Right-to-Left) language support
- ๐ฑ Responsive and customizable design
- ๐ฏ Interactive tap-to-complete feature
- ๐ Real-time text streaming support
- ๐จ Customizable styling options
Improvements #
- ๐ Comprehensive documentation
- โ Full test coverage
- ๐ง Modern text scaling implementation
- ๐งน Code cleanup and optimization