action_indicators 0.10.0 action_indicators: ^0.10.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.10.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';