road_map 1.0.0
road_map: ^1.0.0 copied to clipboard
A premium, responsive, and highly customizable generic tournament bracket (road map) library for Flutter, supporting dynamic infinite rounds and premium animations.
1.0.0 #
- Initial release of
road_map. - Premium, high-performance, and highly customizable generic tournament bracket (road map) library for Flutter.
- Supports dynamic infinite rounds, interactive horizontal swipe navigation, and premium sliding tab selectors.
- Fully customizable layout parameters (card width, card height, gaps, top offset).
- Advanced vector line painting with customizable line thickness, active/winning path highlights, and customizable active path glow (width, opacity).
- Fully customizable Round Tab Bar (custom border color, background color, border radius, tab bar height, custom sliding indicator decoration).
- Made
grandFinaloptional/nullable to easily support open-ended tournament brackets without a final championship card. - Implemented strict bounds safety checking to gracefully handle mathematically imperfect/non-power-of-2 tournament trees without throwing RangeError.