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.
66 lines
1.4 KiB
66 lines
1.4 KiB
name: pinball
|
|
description: Google I/O 2022 Pinball game built with Flutter and Firebase
|
|
version: 1.0.0+1
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: "^3.4.3"
|
|
|
|
dependencies:
|
|
authentication_repository:
|
|
path: packages/authentication_repository
|
|
bloc: ^8.1.4
|
|
cloud_firestore: ^5.0.2
|
|
equatable: ^2.0.3
|
|
firebase_auth: ^5.1.1
|
|
firebase_core: ^3.1.1
|
|
flame: ^1.18.0
|
|
flame_bloc: ^1.12.0
|
|
flame_forge2d: ^0.18.1
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_bloc: ^8.0.1
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
geometry:
|
|
path: packages/geometry
|
|
intl: ^0.19.0
|
|
leaderboard_repository:
|
|
path: packages/leaderboard_repository
|
|
pinball_audio:
|
|
path: packages/pinball_audio
|
|
pinball_components:
|
|
path: packages/pinball_components
|
|
pinball_flame:
|
|
path: packages/pinball_flame
|
|
pinball_theme:
|
|
path: packages/pinball_theme
|
|
pinball_ui:
|
|
path: packages/pinball_ui
|
|
platform_helper:
|
|
path: packages/platform_helper
|
|
share_repository:
|
|
path: packages/share_repository
|
|
url_launcher: ^6.1.0
|
|
|
|
dev_dependencies:
|
|
bloc_test: ^9.0.2
|
|
flame_test: ^1.3.0
|
|
flutter_test:
|
|
sdk: flutter
|
|
mocktail: ^1.0.4
|
|
very_good_analysis: ^6.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
generate: true
|
|
|
|
assets:
|
|
- assets/images/components/
|
|
- assets/images/bonus_animation/
|
|
- assets/images/score/
|
|
- assets/images/loading_game/
|
|
|
|
flutter_gen:
|
|
line_length: 80
|