guided_tour 1.0.3
guided_tour: ^1.0.3 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.
import 'package:flutter/material.dart';
import 'app.dart';
void main() => runApp(const PantryApp());