showcase_tutorial 1.5.0 copy "showcase_tutorial: ^1.5.0" to clipboard
showcase_tutorial: ^1.5.0 copied to clipboard

A Flutter package to Showcase/Highlight widgets step by step.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'features_demo_page.dart';

void main() => runApp(
      const MaterialApp(
        debugShowCheckedModeBanner: false,
        home: FeaturesDemoPage(),
      ),
    );
22
likes
0
points
920
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to Showcase/Highlight widgets step by step.

Repository (GitHub)
View/report issues

Topics

#showcase #tutorial #onboarding #overlay #walkthrough

License

unknown (license)

Dependencies

flutter

More

Packages that depend on showcase_tutorial