pubspec.yaml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. name: trackoffical_app
  2. description: 定向场控APP
  3. # The following line prevents the package from being accidentally published to
  4. # pub.dev using `flutter pub publish`. This is preferred for private packages.
  5. publish_to: 'none' # Remove this line if you wish to publish to pub.dev
  6. # The following defines the version and build number for your application.
  7. # A version number is three numbers separated by dots, like 1.2.43
  8. # followed by an optional build number separated by a +.
  9. # Both the version and the builder number may be overridden in flutter
  10. # build by specifying --build-name and --build-number, respectively.
  11. # In Android, build-name is used as versionName while build-number used as versionCode.
  12. # Read more about Android versioning at https://developer.android.com/studio/publish/versioning
  13. # In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
  14. # Read more about iOS versioning at
  15. # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
  16. # In Windows, build-name is used as the major, minor, and patch parts
  17. # of the product and file versions while build-number is used as the build suffix.
  18. version: 1.0.0+1
  19. environment:
  20. sdk: '>=3.0.5 <4.0.0'
  21. # Dependencies specify other packages that your package needs in order to work.
  22. # To automatically upgrade your package dependencies to the latest versions
  23. # consider running `flutter pub upgrade --major-versions`. Alternatively,
  24. # dependencies can be manually updated by changing the version numbers below to
  25. # the latest version available on pub.dev. To see which dependencies have newer
  26. # versions available, run `flutter pub outdated`.
  27. dependencies:
  28. flutter:
  29. sdk: flutter
  30. # The following adds the Cupertino Icons font to your application.
  31. # Use with the CupertinoIcons class for iOS style icons.
  32. cupertino_icons: ^1.0.2
  33. nfc_manager: ^3.2.0
  34. permission_handler: ^10.2.0
  35. get: ^4.6.5
  36. logger: ^1.1.0
  37. mocktail: ^0.3.0
  38. mobile_scanner: ^3.2.0
  39. geolocator: ^9.0.2
  40. dio: ^5.2.1+1
  41. sensors_plus: ^3.0.2
  42. isar: ^3.1.0+1
  43. isar_flutter_libs: ^3.1.0+1
  44. matrix_gesture_detector_pro: ^1.0.0
  45. matrix4_transform: ^2.0.1
  46. grpc: ^3.2.2
  47. protobuf: ^3.0.0
  48. vector_math: ^2.1.2
  49. fixnum: ^1.0.1
  50. flutter_svg: ^2.0.1
  51. device_info_plus: ^8.0.0
  52. vibration: ^1.7.6
  53. pedometer:
  54. path: third_party/pedometer
  55. sensor:
  56. path: third_party/sensor
  57. get_storage: ^2.0.3
  58. package_info_plus: ^3.0.3
  59. system_clock: ^2.0.0
  60. wakelock: ^0.6.2
  61. assets_audio_player: ^3.0.6
  62. webview_flutter: ^4.0.6
  63. pretty_qr_code: ^2.0.3
  64. geoimage: ^0.2.0
  65. dart_jts: ^0.2.2+3
  66. archive: ^3.3.2
  67. image: ^3.3.0
  68. flutter_rust_bridge: ^1.75.0
  69. freezed_annotation: ^2.2.0
  70. ffi: ^2.0.2
  71. simple_kalman: ^1.0.2
  72. flutter_ruler_picker: ^1.0.3
  73. path_provider: ^2.0.14
  74. screen_brightness: ^0.2.2
  75. flutter_flavor: ^3.1.1
  76. bubble: ^1.2.1
  77. rive: ^0.11.1
  78. amap_flutter_map: ^3.0.0
  79. transparent_pointer: ^1.0.0
  80. image_picker: ^0.8.7+5
  81. cropperx: ^1.1.1
  82. flutter_image_compress: ^2.0.3
  83. meta: ^1.9.1
  84. syncfusion_flutter_charts: ^22.1.34
  85. dev_dependencies:
  86. integration_test:
  87. sdk: flutter
  88. flutter_test:
  89. sdk: flutter
  90. # The "flutter_lints" package below contains a set of recommended lints to
  91. # encourage good coding practices. The lint set provided by the package is
  92. # activated in the `analysis_options.yaml` file located at the root of your
  93. # package. See that file for information about deactivating specific lint
  94. # rules and activating additional ones.
  95. flutter_lints: ^2.0.0
  96. isar_generator: ^3.1.0+1
  97. build_runner: any
  98. freezed: ^2.3.2
  99. ffigen: ^8.0.2
  100. # For information on the generic Dart part of this file, see the
  101. # following page: https://dart.dev/tools/pub/pubspec
  102. # The following section is specific to Flutter packages.
  103. flutter:
  104. # The following line ensures that the Material Icons font is
  105. # included with your application, so that you can use the icons in
  106. # the material Icons class.
  107. uses-material-design: true
  108. # To add assets to your application, add an assets section, like this:
  109. assets:
  110. - assets/images/
  111. - assets/images/common/
  112. - assets/images/login/
  113. - assets/data/
  114. - assets/sound/
  115. fonts:
  116. - family: sa-digital-number
  117. fonts:
  118. - asset: fonts/sa-digital-number.ttf
  119. # An image asset can refer to one or more resolution-specific "variants", see
  120. # https://flutter.dev/assets-and-images/#resolution-aware
  121. # For details regarding adding assets from package dependencies, see
  122. # https://flutter.dev/assets-and-images/#from-packages
  123. # To add custom fonts to your application, add a fonts section here,
  124. # in this "flutter" section. Each entry in this list should have a
  125. # "family" key with the font family name, and a "fonts" key with a
  126. # list giving the asset and other descriptors for the font. For
  127. # example:
  128. # fonts:
  129. # - family: Schyler
  130. # fonts:
  131. # - asset: fonts/Schyler-Regular.ttf
  132. # - asset: fonts/Schyler-Italic.ttf
  133. # style: italic
  134. # - family: Trajan Pro
  135. # fonts:
  136. # - asset: fonts/TrajanPro.ttf
  137. # - asset: fonts/TrajanPro_Bold.ttf
  138. # weight: 700
  139. #
  140. # For details regarding fonts from package dependencies,
  141. # see https://flutter.dev/custom-fonts/#from-packages