No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pubspec.yaml 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. name: tower_app
  2. description: Tower 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.1+1
  19. #NOTES : 1.0.1+1 =>>>> 1 + 1 =>>>> version name + version code
  20. environment:
  21. sdk: '>=2.18.4 <3.0.0'
  22. # Dependencies specify other packages that your package needs in order to work.
  23. # To automatically upgrade your package dependencies to the latest versions
  24. # consider running `flutter pub upgrade --major-versions`. Alternatively,
  25. # dependencies can be manually updated by changing the version numbers below to
  26. # the latest version available on pub.dev. To see which dependencies have newer
  27. # versions available, run `flutter pub outdated`.
  28. dependencies:
  29. flutter:
  30. sdk: flutter
  31. google_fonts: ^6.1.0
  32. # The following adds the Cupertino Icons font to your application.
  33. # Use with the CupertinoIcons class for iOS style icons.
  34. cupertino_icons: ^1.0.6
  35. flutter_svg: ^2.0.1
  36. flutter_staggered_grid_view: ^0.7.0
  37. double_back_to_close: ^2.0.0
  38. animated_splash_screen: ^1.3.0
  39. lottie: ^2.7.0
  40. fluttertoast: ^8.1.1
  41. #google_maps_flutter: ^2.2.1
  42. http: ^1.1.2
  43. intl: ^0.19.0
  44. dio: ^5.4.0
  45. get_it: ^7.6.4
  46. shared_preferences: ^2.2.2
  47. # device_information: ^0.0.4
  48. device_imei: ^0.0.4+2
  49. device_info_plus: ^9.1.1
  50. flutter_udid: ^2.0.1
  51. image_picker: ^1.0.5
  52. image_cropper: ^5.0.1
  53. #progress_dialog: ^1.2.4
  54. progress_dialog_null_safe: ^1.0.7
  55. #mapbox_gl: ^0.16.0
  56. file_picker: ^6.1.1
  57. #device_id: ^0.2.0
  58. flutter_launcher_icons: ^0.13.1
  59. location: ^5.0.3
  60. #latlong: ^0.6.1
  61. flutter_map: ^5.0.0
  62. geolocator: ^10.0.1
  63. geocoding: ^2.1.0
  64. tuple: ^2.0.1
  65. #positioned_tap_detector: ^1.0.3
  66. transparent_image: ^2.0.0
  67. async: ^2.9.0
  68. flutter_image: ^4.1.8
  69. vector_math: ^2.1.2
  70. meta: ^1.10.0
  71. collection: ^1.17.2
  72. flutter_map_marker_cluster: ^1.2.0
  73. flutter_polyline_points: ^2.0.0
  74. provider: ^6.1.1
  75. connectivity_plus: ^5.0.2
  76. internet_connection_checker: ^1.0.0+1
  77. #plain_notification_token: ^0.0.4
  78. focus_detector: ^2.0.1
  79. firebase_core: ^2.24.2
  80. flutter_local_notifications: ^16.2.0
  81. firebase_messaging: ^14.7.9
  82. url_launcher: ^6.2.2
  83. flutter_sliding_up_panel: ^2.1.1
  84. sliding_up_panel: ^2.0.0+1
  85. flutter_animate: ^4.2.0+1
  86. animations: ^2.0.10
  87. firebase_crashlytics: ^3.4.8
  88. app_settings: ^5.1.1
  89. flutter_gif: ^0.0.4
  90. syncfusion_flutter_calendar: ^21.2.3
  91. webview_flutter: ^4.4.2
  92. path: ^1.8.3
  93. flutter_cache_manager: ^3.3.1
  94. api_cache_manager: ^1.0.1
  95. dev_dependencies:
  96. flutter_test:
  97. sdk: flutter
  98. flutter_icons:
  99. android: true
  100. ios: true
  101. image_path: "assets/images/ic_logo.png"
  102. min_sdk_android: 21 # android min sdk min:16, default 21
  103. web:
  104. generate: true
  105. image_path: "assets/images/ic_logo.png"
  106. background_color: "#hexcode"
  107. theme_color: "#hexcode"
  108. windows:
  109. generate: true
  110. image_path: "assets/images/ic_logo.png"
  111. icon_size: 48 # min:48, max:256, default: 48
  112. macos:
  113. generate: true
  114. image_path: "assets/images/ic_logo.png"
  115. # The "flutter_lints" package below contains a set of recommended lints to
  116. # encourage good coding practices. The lint set provided by the package is
  117. # activated in the `analysis_options.yaml` file located at the root of your
  118. # package. See that file for information about deactivating specific lint
  119. # rules and activating additional ones.
  120. flutter_lints: ^2.0.0
  121. # For information on the generic Dart part of this file, see the
  122. # following page: https://dart.dev/tools/pub/pubspec
  123. # The following section is specific to Flutter packages.
  124. flutter:
  125. # The following line ensures that the Material Icons font is
  126. # included with your application, so that you can use the icons in
  127. # the material Icons class.
  128. uses-material-design: true
  129. # To add assets to your application, add an assets section, like this:
  130. assets:
  131. - assets/images/
  132. - assets/images/menu/
  133. - assets/icons/
  134. - assets/icons/menu/
  135. - assets/animation/
  136. # - images/a_dot_burr.jpeg
  137. # - images/a_dot_ham.jpeg
  138. # An image asset can refer to one or more resolution-specific "variants", see
  139. # https://flutter.dev/assets-and-images/#resolution-aware
  140. # For details regarding adding assets from package dependencies, see
  141. # https://flutter.dev/assets-and-images/#from-packages
  142. # To add custom fonts to your application, add a fonts section here,
  143. # in this "flutter" section. Each entry in this list should have a
  144. # "family" key with the font family name, and a "fonts" key with a
  145. # list giving the asset and other descriptors for the font. For
  146. # example:
  147. # fonts:
  148. # - family: Schyler
  149. # fonts:
  150. # - asset: fonts/Schyler-Regular.ttf
  151. # - asset: fonts/Schyler-Italic.ttf
  152. # style: italic
  153. # - family: Trajan Pro
  154. # fonts:
  155. # - asset: fonts/TrajanPro.ttf
  156. # - asset: fonts/TrajanPro_Bold.ttf
  157. # weight: 700
  158. # For details regarding fonts from package dependencies,
  159. # see https://flutter.dev/custom-fonts/#from-packages