libass_macos 1.0.1
libass_macos: ^1.0.1 copied to clipboard
MacOS binaries for libass to use with libass_bindings library.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add libass_macosWith Flutter:
$ flutter pub add libass_macosThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
libass_macos: ^1.0.1Alternatively, 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:libass_macos/libass_macos.dart';