action_indicators 0.11.0 copy "action_indicators: ^0.11.0" to clipboard
action_indicators: ^0.11.0 copied to clipboard

Indicators of actions around any widgets

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add action_indicators

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

dependencies:
  action_indicators: ^0.11.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:action_indicators/actions_indicator.dart';
import 'package:action_indicators/arrow_painter.dart';
import 'package:action_indicators/indicator_controller.dart';
import 'package:action_indicators/indicator_insets.dart';
import 'package:action_indicators/single_indicator.dart';
1
likes
120
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Indicators of actions around any widgets

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on action_indicators