alphalogy_sticker 0.0.2 alphalogy_sticker: ^0.0.2 copied to clipboard
This package is built based on Lindi Sticker
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add alphalogy_sticker
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
alphalogy_sticker: ^0.0.2
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:alphalogy_sticker/alpha_gesture_detector.dart';
import 'package:alphalogy_sticker/alpha_sticker_controller.dart';
import 'package:alphalogy_sticker/alpha_sticker_list_widget.dart';
import 'package:alphalogy_sticker/draggable_item_widget.dart';
import 'package:alphalogy_sticker/index_stream.dart';