stickereditor 0.0.1 stickereditor: ^0.0.1 copied to clipboard
A new Sticker plugin
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add stickereditor
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
stickereditor: ^0.0.1
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:stickereditor/Constants/constants_value.dart';
import 'package:stickereditor/Model/picture_model.dart';
import 'package:stickereditor/Model/text_model.dart';
import 'package:stickereditor/Widgets/custom_widget.dart';
import 'package:stickereditor/home_screen.dart';
import 'package:stickereditor/sticker_widget.dart';
import 'package:stickereditor/textbox_widget.dart';