mirror of https://github.com/flutter/pinball.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
440 B
25 lines
440 B
name: pinball_flame
|
|
description: Set of out-of-the-way solutions for common Pinball game problems.
|
|
version: 1.0.0+1
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: "^3.4.3"
|
|
|
|
dependencies:
|
|
bloc: ^8.0.0
|
|
flame: ^1.18.0
|
|
flame_bloc: ^1.12.0
|
|
flame_forge2d: ^0.18.1
|
|
flutter:
|
|
sdk: flutter
|
|
geometry:
|
|
path: ../geometry
|
|
|
|
dev_dependencies:
|
|
flame_test: ^1.3.0
|
|
flutter_test:
|
|
sdk: flutter
|
|
mocktail: ^1.0.4
|
|
very_good_analysis: ^6.0.0
|