avatar_kit 1.0.0-beta.13
avatar_kit: ^1.0.0-beta.13 copied to clipboard
A Flutter plugin for AvatarKit which provides avatar rendering with audio driving support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add avatar_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
avatar_kit: ^1.0.0-beta.13Alternatively, 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:avatar_kit/avatar_kit_channel.dart';
import 'package:avatar_kit/avatar_kit_platform.dart';
import 'package:avatar_kit/avatar_kit_plugin.dart';