pubspec.yaml 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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: ^2.0.1
  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. f_cache: ^3.1.1
  86. common_pub:
  87. git:
  88. url: git@git.beswell.com:Orienteering/common_pub.git
  89. ref: v0.0.0
  90. dev_dependencies:
  91. integration_test:
  92. sdk: flutter
  93. flutter_test:
  94. sdk: flutter
  95. # The "flutter_lints" package below contains a set of recommended lints to
  96. # encourage good coding practices. The lint set provided by the package is
  97. # activated in the `analysis_options.yaml` file located at the root of your
  98. # package. See that file for information about deactivating specific lint
  99. # rules and activating additional ones.
  100. flutter_lints: ^2.0.0
  101. isar_generator: ^3.1.0+1
  102. build_runner: any
  103. freezed: ^2.3.2
  104. ffigen: ^8.0.2
  105. # For information on the generic Dart part of this file, see the
  106. # following page: https://dart.dev/tools/pub/pubspec
  107. # The following section is specific to Flutter packages.
  108. flutter:
  109. # The following line ensures that the Material Icons font is
  110. # included with your application, so that you can use the icons in
  111. # the material Icons class.
  112. uses-material-design: true
  113. # To add assets to your application, add an assets section, like this:
  114. assets:
  115. - assets/images/
  116. - assets/images/common/
  117. - assets/images/login/
  118. - assets/data/
  119. - assets/sound/
  120. fonts:
  121. - family: sa-digital-number
  122. fonts:
  123. - asset: fonts/sa-digital-number.ttf
  124. # An image asset can refer to one or more resolution-specific "variants", see
  125. # https://flutter.dev/assets-and-images/#resolution-aware
  126. # For details regarding adding assets from package dependencies, see
  127. # https://flutter.dev/assets-and-images/#from-packages
  128. # To add custom fonts to your application, add a fonts section here,
  129. # in this "flutter" section. Each entry in this list should have a
  130. # "family" key with the font family name, and a "fonts" key with a
  131. # list giving the asset and other descriptors for the font. For
  132. # example:
  133. # fonts:
  134. # - family: Schyler
  135. # fonts:
  136. # - asset: fonts/Schyler-Regular.ttf
  137. # - asset: fonts/Schyler-Italic.ttf
  138. # style: italic
  139. # - family: Trajan Pro
  140. # fonts:
  141. # - asset: fonts/TrajanPro.ttf
  142. # - asset: fonts/TrajanPro_Bold.ttf
  143. # weight: 700
  144. #
  145. # For details regarding fonts from package dependencies,
  146. # see https://flutter.dev/custom-fonts/#from-packages