ticker 0.2.0
ticker: ^0.2.0 copied to clipboard
A Flutter widget for smooth, animated text transitions with scrolling effects, similar to financial tickers or departure boards.
0.2.0 #
- Added new features to enhance ticker functionality:
- Added
initialValueproperty to set a starting value before animation - Added
animateOnLoadproperty to control whether animation happens on first render - Added
animate()method to programmatically trigger animations
- Added
0.1.3 #
- Updated LICENSE and NOTICE files to meet pub.dev requirements
0.1.2 #
- Fixed critical animation issues:
- Resolved character dropping issue in the Levenshtein algorithm implementation
- Improved animation continuity for smooth transitions between text states
- Enhanced ticker column behavior to handle edge cases properly
- Optimized widget performance:
- Reduced unnecessary state updates during animations
- Improved animation timing and synchronization
- Fixed initialization issues in the interactive demo
- Improved code structure following clean architecture principles:
- Fixed import paths for better code organization
- Corrected documentation references for better API clarity
- Enhanced separation between domain and presentation layers
0.1.1 #
- Fixed lint issues across the library:
- Updated constant names to follow lowerCamelCase convention (e.g.,
EMPTY_CHARtoemptyChar) - Fixed comment references in documentation to ensure proper visibility
- Improved code formatting and documentation clarity
- Updated constant names to follow lowerCamelCase convention (e.g.,
- Enhanced code quality and maintainability
- Ensured compatibility with Flutter's latest style guidelines
0.1.0 #
- Initial release of the Flutter Ticker library
- Core features:
- Smooth scrolling animations for text transitions
- Customizable animation duration, curve, and direction
- Support for different character sets (numbers, alphabets, custom characters)
- Flexible alignment and positioning options
- Precise character spacing and layout control
- Includes comprehensive documentation and examples