avatar_kit 1.0.0-beta.11
avatar_kit: ^1.0.0-beta.11 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 Dart:
$ dart pub add avatar_kitWith Flutter:
$ flutter pub add avatar_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
avatar_kit: ^1.0.0-beta.11Alternatively, your editor might support dart pub get or 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';