pubspec.yaml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. name: track_common
  2. description: 场控端公用。
  3. publish_to: 'none'
  4. # The following defines the version and build number for your application.
  5. # A version number is three numbers separated by dots, like 1.2.43
  6. # followed by an optional build number separated by a +.
  7. # Both the version and the builder number may be overridden in flutter
  8. # build by specifying --build-name and --build-number, respectively.
  9. # In Android, build-name is used as versionName while build-number used as versionCode.
  10. # Read more about Android versioning at https://developer.android.com/studio/publish/versioning
  11. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
  12. # Read more about iOS versioning at
  13. # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
  14. #
  15. # This version is used _only_ for the Runner app, which is used if you just do
  16. # a `flutter run` or a `flutter make-host-app-editable`. It has no impact
  17. # on any other native host app that you embed your Flutter project into.
  18. version: 1.0.0+1
  19. environment:
  20. sdk: '>=3.1.5 <4.0.0'
  21. dependencies:
  22. flutter:
  23. sdk: flutter
  24. get: any
  25. # The following adds the Cupertino Icons font to your application.
  26. # Use with the CupertinoIcons class for iOS style icons.
  27. cupertino_icons: ^1.0.2
  28. common_pub:
  29. path: '../common_pub'
  30. grpc: ^3.2.4
  31. http: ^1.1.0
  32. f_cache: ^3.1.1
  33. rive: ^0.12.3
  34. cached_network_image: ^3.3.0
  35. dev_dependencies:
  36. flutter_test:
  37. sdk: flutter
  38. flutter_lints: ^2.0.0
  39. # For information on the generic Dart part of this file, see the
  40. # following page: https://dart.dev/tools/pub/pubspec
  41. flutter:
  42. # The following line ensures that the Material Icons font is
  43. # included with your application, so that you can use the icons in
  44. # the material Icons class.
  45. uses-material-design: true
  46. # To add Flutter specific assets to your application, add an assets section,
  47. # like this:
  48. # assets:
  49. # - images/a_dot_burr.jpeg
  50. # - images/a_dot_ham.jpeg
  51. # An image asset can refer to one or more resolution-specific "variants", see
  52. # https://flutter.dev/assets-and-images/#resolution-aware
  53. # For details regarding adding assets from package dependencies, see
  54. # https://flutter.dev/assets-and-images/#from-packages
  55. # To add Flutter specific custom fonts to your application, add a fonts
  56. # section here, in this "flutter" section. Each entry in this list should
  57. # have a "family" key with the font family name, and a "fonts" key with a
  58. # list giving the asset and other descriptors for the font. For
  59. # example:
  60. # fonts:
  61. # - family: Schyler
  62. # fonts:
  63. # - asset: fonts/Schyler-Regular.ttf
  64. # - asset: fonts/Schyler-Italic.ttf
  65. # style: italic
  66. # - family: Trajan Pro
  67. # fonts:
  68. # - asset: fonts/TrajanPro.ttf
  69. # - asset: fonts/TrajanPro_Bold.ttf
  70. # weight: 700
  71. #
  72. # For details regarding fonts from package dependencies,
  73. # see https://flutter.dev/custom-fonts/#from-packages
  74. assets:
  75. - assets/images/
  76. flutter_assets:
  77. assets_path: assets/
  78. output_path: lib/generated/
  79. filename: assets.dart
  80. field_prefix: