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_splash_screen
|
|
resolution: workspace
|
|
description: Style your flame game with a beautiful splash screen with logo reveal. Simple to use but still customizable.
|
|
version: 0.3.1+3
|
|
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_splash_screen
|
|
funding:
|
|
- https://opencollective.com/blue-fire
|
|
- https://github.com/sponsors/bluefireteam
|
|
- https://patreon.com/bluefireoss
|
|
topics:
|
|
- flame
|
|
|
|
environment:
|
|
sdk: ">=3.11.0 <4.0.0"
|
|
flutter: ">=3.41.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
meta: ^1.12.0
|
|
|
|
dev_dependencies:
|
|
flame_lint: ^1.4.3
|
|
flutter_test:
|
|
sdk: flutter
|
|
mockito: ^5.4.2
|
|
|
|
flutter:
|
|
assets:
|
|
- assets/
|