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