Zerker
Zerker is a flexible and lightweight flutter Canvas graphic animation library.
With Zerker, you can create a lot of seemingly cumbersome animation effects, such as animated animations, pop-up animations, scene transitions, icon effects, and more.
At the same time, you can create a lot of simple games with Zerker. Zerker contains elements such as sprites, scrolling backgrounds, and atlases, making it easy to create game worlds with them.
Installation
Add this to your package's pubspec.yaml file, And execute the commandflutter pub get
:
More detailed installation steps, you can refer to here. https://pub.dev/packages/zerker#-installing-tab-
Getting started
Import the package
import 'package:zerker/zerker.dart';