feature_guider 1.0.0 copy "feature_guider: ^1.0.0" to clipboard
feature_guider: ^1.0.0 copied to clipboard

Feature Introduction for First-time Users.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add feature_guider

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

dependencies:
  feature_guider: ^1.0.0

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:feature_guider/guide_item.dart';
import 'package:feature_guider/guide_manager.dart';
import 'package:feature_guider/render/masking_painter.dart';
import 'package:feature_guider/render/masking_stack.dart';
import 'package:feature_guider/render/model/masking_option.dart';
import 'package:feature_guider/utils.dart';
17
likes
130
points
26
downloads

Publisher

verified publisherkpaxian.xyz

Weekly Downloads

Feature Introduction for First-time Users.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on feature_guider