mirror of
https://github.com/flame-engine/flame.git
synced 2026-03-13 09:43:03 +08:00
Prepared all packages to be released to pub.dev Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
31 lines
667 B
YAML
31 lines
667 B
YAML
name: flame_rive
|
|
resolution: workspace
|
|
description: Rive support for the Flame game engine. This uses the rive package and provides wrappers and components to be used inside Flame.
|
|
homepage: https://github.com/flame-engine/flame
|
|
version: 1.11.0
|
|
funding:
|
|
- https://opencollective.com/blue-fire
|
|
- https://github.com/sponsors/bluefireteam
|
|
- https://patreon.com/bluefireoss
|
|
topics:
|
|
- flame
|
|
- rive
|
|
- animations
|
|
|
|
environment:
|
|
sdk: ">=3.11.0 <4.0.0"
|
|
flutter: ">=3.41.0"
|
|
|
|
dependencies:
|
|
flame: ^1.36.0
|
|
flutter:
|
|
sdk: flutter
|
|
rive: ^0.14.0
|
|
|
|
dev_dependencies:
|
|
dartdoc: ^9.0.0
|
|
flame_lint: ^1.4.3
|
|
flame_test: ^2.2.3
|
|
flutter_test:
|
|
sdk: flutter
|