pubspec.yaml 3.2 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. pretty_qr_code: ^3.0.0
  36. dev_dependencies:
  37. flutter_test:
  38. sdk: flutter
  39. flutter_lints: ^2.0.0
  40. # For information on the generic Dart part of this file, see the
  41. # following page: https://dart.dev/tools/pub/pubspec
  42. flutter:
  43. # The following line ensures that the Material Icons font is
  44. # included with your application, so that you can use the icons in
  45. # the material Icons class.
  46. uses-material-design: true
  47. # To add Flutter specific assets to your application, add an assets section,
  48. # like this:
  49. # assets:
  50. # - images/a_dot_burr.jpeg
  51. # - images/a_dot_ham.jpeg
  52. # An image asset can refer to one or more resolution-specific "variants", see
  53. # https://flutter.dev/assets-and-images/#resolution-aware
  54. # For details regarding adding assets from package dependencies, see
  55. # https://flutter.dev/assets-and-images/#from-packages
  56. # To add Flutter specific custom fonts to your application, add a fonts
  57. # section here, in this "flutter" section. Each entry in this list should
  58. # have a "family" key with the font family name, and a "fonts" key with a
  59. # list giving the asset and other descriptors for the font. For
  60. # example:
  61. # fonts:
  62. # - family: Schyler
  63. # fonts:
  64. # - asset: fonts/Schyler-Regular.ttf
  65. # - asset: fonts/Schyler-Italic.ttf
  66. # style: italic
  67. # - family: Trajan Pro
  68. # fonts:
  69. # - asset: fonts/TrajanPro.ttf
  70. # - asset: fonts/TrajanPro_Bold.ttf
  71. # weight: 700
  72. #
  73. # For details regarding fonts from package dependencies,
  74. # see https://flutter.dev/custom-fonts/#from-packages
  75. assets:
  76. - assets/images/
  77. flutter_assets:
  78. assets_path: assets/
  79. output_path: lib/generated/
  80. filename: assets.dart
  81. field_prefix: