spotlight_guide 0.2.1
spotlight_guide: ^0.2.1 copied to clipboard
A Flutter overlay guide for spotlighting widgets with dynamic targets, reveal scrolling, custom hints, and robust widget tests.
import 'package:flutter/material.dart';
import 'src/spotlight_guide_example_app.dart';
void main() {
runApp(const SpotlightGuideExampleApp());
}