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.
16 lines
272 B
16 lines
272 B
3 years ago
|
name: platform_helper
|
||
|
description: Platform helper for Pinball application.
|
||
|
version: 1.0.0+1
|
||
|
publish_to: none
|
||
|
|
||
|
environment:
|
||
|
sdk: ">=2.16.0 <3.0.0"
|
||
|
|
||
|
dependencies:
|
||
|
flutter:
|
||
|
sdk: flutter
|
||
|
|
||
|
dev_dependencies:
|
||
|
flutter_test:
|
||
|
sdk: flutter
|
||
|
very_good_analysis: ^2.4.0
|