spotlight 1.0.4 copy "spotlight: ^1.0.4" to clipboard
spotlight: ^1.0.4 copied to clipboard

Spotlight is a Flutter package that helps you create beautiful, interactive onboarding experiences with guided tours. Highlight key UI elements and provide step-by-step instructions to improve user [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add spotlight

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  spotlight: ^1.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:spotlight/spotlight.dart';
8
likes
115
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Spotlight is a Flutter package that helps you create beautiful, interactive onboarding experiences with guided tours. Highlight key UI elements and provide step-by-step instructions to improve user engagement.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on spotlight

Packages that implement spotlight