spotlight_ui 0.0.1 copy "spotlight_ui: ^0.0.1" to clipboard
spotlight_ui: ^0.0.1 copied to clipboard

is a Flutter package designed to add eye-catching spotlight effects to your user interface elements. Use it to guide users’ attention to important parts of your app with smooth, customizable animations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add spotlight_ui

With Flutter:

 $ flutter pub add spotlight_ui

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

dependencies:
  spotlight_ui: ^0.0.1

Alternatively, your editor might support dart pub get or 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_ui/spotlight_ui.dart';
11
likes
0
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

is a Flutter package designed to add eye-catching spotlight effects to your user interface elements. Use it to guide users’ attention to important parts of your app with smooth, customizable animations.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on spotlight_ui