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()