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.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. name: employee_selfservice_mobile
  2. description: Employee Self Service Flutter project.
  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: '>=2.18.4 <3.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. google_fonts: ^4.0.4
  31. # The following adds the Cupertino Icons font to your application.
  32. # Use with the CupertinoIcons class for iOS style icons.
  33. cupertino_icons: ^1.0.2
  34. flutter_svg: ^2.0.1
  35. flutter_staggered_grid_view: ^0.6.2
  36. double_back_to_close: ^2.0.0
  37. animated_splash_screen: ^1.3.0
  38. lottie: ^2.0.0
  39. fluttertoast: ^8.1.1
  40. #google_maps_flutter: ^2.2.1
  41. http: ^0.13.6
  42. intl: ^0.18.0
  43. dio: ^5.0.0
  44. get_it: ^7.2.0
  45. shared_preferences: ^2.0.15
  46. # device_information: ^0.0.4
  47. device_imei: ^0.0.2
  48. device_info_plus: ^9.0.2
  49. flutter_udid: ^2.0.1
  50. image_picker: ^0.8.6
  51. image_cropper: ^4.0.1
  52. #progress_dialog: ^1.2.4
  53. progress_dialog_null_safe: ^1.0.4
  54. #mapbox_gl: ^0.16.0
  55. file_picker: ^5.3.2
  56. #device_id: ^0.2.0
  57. flutter_launcher_icons: ^0.13.1
  58. location: ^4.4.0
  59. #latlong: ^0.6.1
  60. flutter_map: ^4.0.0
  61. geolocator: ^9.0.2
  62. geocoding: ^2.1.0
  63. #geocoder: ^0.2.1
  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.4
  69. vector_math: ^2.1.2
  70. meta: ^1.8.0
  71. collection: ^1.17.1
  72. flutter_map_marker_cluster: ^1.1.1
  73. flutter_polyline_points: ^1.0.0
  74. provider: ^6.0.5
  75. connectivity_plus: ^4.0.1
  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.6.1
  80. flutter_local_notifications: ^14.1.1
  81. firebase_messaging: ^14.4.1
  82. url_launcher: ^6.1.9
  83. flutter_sliding_up_panel: ^2.0.1
  84. sliding_up_panel: ^2.0.0+1
  85. flutter_animate: ^4.1.1+1
  86. animations: ^2.0.7
  87. firebase_crashlytics: ^3.3.2
  88. app_settings: ^4.2.0
  89. dev_dependencies:
  90. flutter_test:
  91. sdk: flutter
  92. flutter_icons:
  93. android: true
  94. ios: true
  95. image_path: "assets/images/ic_logo.png"
  96. min_sdk_android: 21 # android min sdk min:16, default 21
  97. web:
  98. generate: true
  99. image_path: "assets/images/ic_logo.png"
  100. background_color: "#hexcode"
  101. theme_color: "#hexcode"
  102. windows:
  103. generate: true
  104. image_path: "assets/images/ic_logo.png"
  105. icon_size: 48 # min:48, max:256, default: 48
  106. macos:
  107. generate: true
  108. image_path: "assets/images/ic_logo.png"
  109. # The "flutter_lints" package below contains a set of recommended lints to
  110. # encourage good coding practices. The lint set provided by the package is
  111. # activated in the `analysis_options.yaml` file located at the root of your
  112. # package. See that file for information about deactivating specific lint
  113. # rules and activating additional ones.
  114. flutter_lints: ^2.0.0
  115. # For information on the generic Dart part of this file, see the
  116. # following page: https://dart.dev/tools/pub/pubspec
  117. # The following section is specific to Flutter packages.
  118. flutter:
  119. # The following line ensures that the Material Icons font is
  120. # included with your application, so that you can use the icons in
  121. # the material Icons class.
  122. uses-material-design: true
  123. # To add assets to your application, add an assets section, like this:
  124. assets:
  125. - assets/images/
  126. - assets/images/menu/
  127. - assets/icons/
  128. - assets/icons/menu/
  129. - assets/animation/
  130. # - images/a_dot_burr.jpeg
  131. # - images/a_dot_ham.jpeg
  132. # An image asset can refer to one or more resolution-specific "variants", see
  133. # https://flutter.dev/assets-and-images/#resolution-aware
  134. # For details regarding adding assets from package dependencies, see
  135. # https://flutter.dev/assets-and-images/#from-packages
  136. # To add custom fonts to your application, add a fonts section here,
  137. # in this "flutter" section. Each entry in this list should have a
  138. # "family" key with the font family name, and a "fonts" key with a
  139. # list giving the asset and other descriptors for the font. For
  140. # example:
  141. # fonts:
  142. # - family: Schyler
  143. # fonts:
  144. # - asset: fonts/Schyler-Regular.ttf
  145. # - asset: fonts/Schyler-Italic.ttf
  146. # style: italic
  147. # - family: Trajan Pro
  148. # fonts:
  149. # - asset: fonts/TrajanPro.ttf
  150. # - asset: fonts/TrajanPro_Bold.ttf
  151. # weight: 700
  152. # For details regarding fonts from package dependencies,
  153. # see https://flutter.dev/custom-fonts/#from-packages