timeline_list 0.1.1
timeline_list: ^0.1.1 copied to clipboard
Flutter widget for creating highly customizable timelines. Perfect for onboarding flows, progress tracking, and interactive history displays.
[0.1.0] - 2024-11-19 #
Breaking Changes #
- Upgraded to Flutter 3 and Dart 3.5
- Simplified import system - now just import
timeline_list.dart
- Removed iOS/Android from example app, focusing on web support
- Refactored marker system for better customization
New Features #
- Added support for custom widget icons (#3, #12)
- Introduced marker icon alignment options (top, center, bottom) (#14)
- Added builder pattern for efficient timeline rendering
- Improved support for different timeline positions (start, center, end)
Improvements #
- Transparent timeline background for better theme integration (#21)
- Enhanced icon alignment with different sized items (#19)
- Better documentation and examples
- New onboarding example showcasing timeline features
Bug Fixes #
- Fixed icon alignment issues with custom-sized items
- Resolved background color conflicts
[0.0.6] - Support for Null Safety is now available. #
[0.0.5] - #
[0.0.4] - ScrollPhysics added for custom scroll behaviors (thanks @JJCLane) #
[0.0.3] - Reverse option added #
[0.0.2] - Changing README #
- Fix: Dart pub's markdown rendering issue
copied to clipboard