pag_flutter 0.0.1
pag_flutter: ^0.0.1 copied to clipboard
A Flutter plugin for PAG(Portable Animated Graphics) files that renders After Effects animations natively across multiple platforms.
pag_flutter #
A Flutter plugin for PAG(Portable Animated Graphics) files that renders After Effects animations natively across multiple platforms.
Getting Started #
Add pag_flutter
as a dependency in your pubspec.yaml file.
flutter pub add pag_flutter
PAGController #
- PAGController.play()
- PAGController.pause()
- PAGController.stop()
PAGView #
- PAGView.asset()
- PAGView.file()
- PAGView.memory()