pubspec.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. name: flutter_chinese_chees
  2. description: 象棋app.
  3. publish_to: 'none' # Remove this line if you wish to publish to pub.dev
  4. version: 1.1.0+1
  5. environment:
  6. sdk: '>=3.0.0-21.0.dev <4.0.0'
  7. dependencies:
  8. flutter:
  9. sdk: flutter
  10. flutter_localizations:
  11. sdk: flutter
  12. intl: ^0.18.1
  13. cchess: ^0.0.4
  14. cchess_engine: ^0.0.1
  15. logging: ^1.0.1
  16. cupertino_icons: ^1.0.2
  17. window_manager: ^0.3.2 # 用于设置窗口大小
  18. file_picker: ^5.0.1
  19. shirne_dialog: ^4.5.0
  20. fast_gbk: ^1.0.0-rc
  21. universal_html: ^2.0.8
  22. shared_preferences: ^2.0.13
  23. flutter_native_splash: ^2.2.7
  24. audioplayers: 4.0.1
  25. ffi:
  26. dev_dependencies:
  27. flutter_test:
  28. sdk: flutter
  29. flutter_lints: ^2.0.0
  30. icons_launcher:
  31. image_path: "assets/images/icon.png"
  32. platforms:
  33. android:
  34. adaptive_icon_background: "#FF000000"
  35. adaptive_icon_foreground: "assets/images/icon.png"
  36. enable: true
  37. ios: true
  38. macos: true
  39. linux: true
  40. windows: true
  41. web: true
  42. flutter:
  43. uses-material-design: true
  44. generate: true
  45. assets:
  46. - assets/skins/woods/
  47. - assets/images/
  48. - assets/engines/
  49. - assets/sounds/