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.
68 lines
1.6 KiB
68 lines
1.6 KiB
name: pinball_components
|
|
description: Package with the UI game components for the Pinball Game
|
|
version: 1.0.0+1
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=2.16.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flame: ^1.1.0
|
|
flame_forge2d: ^0.10.0
|
|
flutter:
|
|
sdk: flutter
|
|
geometry:
|
|
path: ../geometry
|
|
|
|
|
|
dev_dependencies:
|
|
flame_test: ^1.3.0
|
|
flutter_test:
|
|
sdk: flutter
|
|
mocktail: ^0.2.0
|
|
very_good_analysis: ^2.4.0
|
|
|
|
flutter:
|
|
generate: true
|
|
fonts:
|
|
- family: PixeloidSans
|
|
fonts:
|
|
- asset: fonts/PixeloidSans-nR3g1.ttf
|
|
- asset: fonts/PixeloidSansBold-RpeJo.ttf
|
|
weight: 700
|
|
- family: PixeloidMono
|
|
fonts:
|
|
- asset: fonts/PixeloidMono-1G8ae.ttf
|
|
|
|
assets:
|
|
- assets/images/
|
|
- assets/images/baseboard/
|
|
- assets/images/boundary/
|
|
- assets/images/dino/
|
|
- assets/images/flipper/
|
|
- assets/images/launch_ramp/
|
|
- assets/images/dash/
|
|
- assets/images/dash/bumper/a/
|
|
- assets/images/dash/bumper/b/
|
|
- assets/images/dash/bumper/main/
|
|
- assets/images/spaceship/
|
|
- assets/images/spaceship/rail/
|
|
- assets/images/spaceship/ramp/
|
|
- assets/images/chrome_dino/
|
|
- assets/images/kicker/
|
|
- assets/images/plunger/
|
|
- assets/images/slingshot/
|
|
- assets/images/alien_bumper/a/
|
|
- assets/images/alien_bumper/b/
|
|
- assets/images/sparky/computer/
|
|
- assets/images/sparky/bumper/a/
|
|
- assets/images/sparky/bumper/b/
|
|
- assets/images/sparky/bumper/c/
|
|
- assets/images/backboard/
|
|
- assets/images/google_word/
|
|
|
|
flutter_gen:
|
|
line_length: 80
|
|
assets:
|
|
package_parameter_enabled: true
|