guided_tour 1.0.1
guided_tour: ^1.0.1 copied to clipboard
Declarative guided tours and coachmarks where the tour is data: screens carry a TourKey, tour definitions import no UI. No registration, no dependencies.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'app.dart';
void main() => runApp(const PantryApp());