1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- name: flutter_chinese_chees
- description: 象棋app.
- publish_to: 'none' # Remove this line if you wish to publish to pub.dev
- version: 1.1.0+1
- environment:
- sdk: '>=3.0.0-21.0.dev <4.0.0'
- dependencies:
- flutter:
- sdk: flutter
-
- flutter_localizations:
- sdk: flutter
-
- intl: ^0.18.1
- cchess: ^0.0.4
- cchess_engine: ^0.0.1
- logging: ^1.0.1
- cupertino_icons: ^1.0.2
- window_manager: ^0.3.2 # 用于设置窗口大小
- dev_dependencies:
- flutter_test:
- sdk: flutter
- flutter_lints: ^2.0.0
- icons_launcher:
- image_path: "assets/images/icon.png"
- platforms:
- android:
- adaptive_icon_background: "#FF000000"
- adaptive_icon_foreground: "assets/images/icon.png"
- enable: true
- ios: true
- macos: true
- linux: true
- windows: true
- web: true
- flutter:
- uses-material-design: true
- generate: true
- assets:
- - assets/skins/woods/
- - assets/images/
- - assets/engines/
- - assets/sounds/
|