cfn_widget_spotlight 0.0.5
cfn_widget_spotlight: ^0.0.5 copied to clipboard
Customizable spotlight overlays and guided tours for Flutter.
0.0.5 #
- Add global and per-target card border color, width, and style configuration.
0.0.4 #
- Add a published multi-target tour example with Next and Back navigation.
- Demonstrate highlighting a tab and a shared floating action button together.
- Document the stable
GlobalKeypattern for a FAB that changes by tour step.
0.0.3 #
- Add per-target card color, radius, padding, elevation, and text styles.
- Add global and per-target primary and secondary button styles.
- Add a custom navigation builder for fully custom progress and buttons.
- Add rich default-card body builders for structured content.
- Keep guide cards inside the visible area when the keyboard is open.
0.0.2 #
- Document the complete public API with dartdoc comments.
- Add a runnable spotlight tour example for the pub.dev Example tab.
- Add an animated package demo to the README.
0.0.1 #
- Add single-target spotlight overlays.
- Add multi-target overlays and multi-step guided tours.
- Add custom content builders, positioning, shapes, styling, and controller.