sp_character_plugin_dev 1.0.0-beta.4-dev
sp_character_plugin_dev: ^1.0.0-beta.4-dev copied to clipboard
Development version of SPAvatarKit Flutter Plugin with simulator support for testing and debugging.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sp_character_plugin_devThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sp_character_plugin_dev: ^1.0.0-beta.4-devAlternatively, 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:sp_character_plugin_dev/character_widget.dart';
import 'package:sp_character_plugin_dev/sp_character_plugin.dart';
import 'package:sp_character_plugin_dev/sp_character_plugin_method_channel.dart';
import 'package:sp_character_plugin_dev/sp_character_plugin_platform_interface.dart';