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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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.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: ^5.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.6.0
  40. fluttertoast: ^8.1.1
  41. #google_maps_flutter: ^2.2.1
  42. http: ^1.1.0
  43. intl: ^0.18.0
  44. dio: ^5.3.2
  45. get_it: ^7.6.4
  46. shared_preferences: ^2.2.1
  47. # device_information: ^0.0.4
  48. device_imei: ^0.0.2
  49. device_info_plus: ^9.0.3
  50. flutter_udid: ^2.0.1
  51. image_picker: ^1.0.4
  52. image_cropper: ^5.0.0
  53. #progress_dialog: ^1.2.4
  54. progress_dialog_null_safe: ^1.0.7
  55. #mapbox_gl: ^0.16.0
  56. file_picker: ^5.5.0
  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.9.1
  71. collection: ^1.17.2
  72. flutter_map_marker_cluster: ^1.2.0
  73. flutter_polyline_points: ^2.0.0
  74. provider: ^6.0.5
  75. connectivity_plus: ^4.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.15.1
  80. flutter_local_notifications: ^15.1.1
  81. firebase_messaging: ^14.6.7
  82. url_launcher: ^6.1.14
  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.8
  87. firebase_crashlytics: ^3.3.5
  88. app_settings: ^5.1.1
  89. flutter_gif: ^0.0.4
  90. syncfusion_flutter_calendar: ^23.1.41
  91. webview_flutter: ^4.4.1
  92. dev_dependencies:
  93. flutter_test:
  94. sdk: flutter
  95. flutter_icons:
  96. android: true
  97. ios: true
  98. image_path: "assets/images/ic_logo.png"
  99. min_sdk_android: 21 # android min sdk min:16, default 21
  100. web:
  101. generate: true
  102. image_path: "assets/images/ic_logo.png"
  103. background_color: "#hexcode"
  104. theme_color: "#hexcode"
  105. windows:
  106. generate: true
  107. image_path: "assets/images/ic_logo.png"
  108. icon_size: 48 # min:48, max:256, default: 48
  109. macos:
  110. generate: true
  111. image_path: "assets/images/ic_logo.png"
  112. # The "flutter_lints" package below contains a set of recommended lints to
  113. # encourage good coding practices. The lint set provided by the package is
  114. # activated in the `analysis_options.yaml` file located at the root of your
  115. # package. See that file for information about deactivating specific lint
  116. # rules and activating additional ones.
  117. flutter_lints: ^2.0.0
  118. # For information on the generic Dart part of this file, see the
  119. # following page: https://dart.dev/tools/pub/pubspec
  120. # The following section is specific to Flutter packages.
  121. flutter:
  122. # The following line ensures that the Material Icons font is
  123. # included with your application, so that you can use the icons in
  124. # the material Icons class.
  125. uses-material-design: true
  126. # To add assets to your application, add an assets section, like this:
  127. assets:
  128. - assets/images/
  129. - assets/images/menu/
  130. - assets/icons/
  131. - assets/icons/menu/
  132. - assets/animation/
  133. # - images/a_dot_burr.jpeg
  134. # - images/a_dot_ham.jpeg
  135. # An image asset can refer to one or more resolution-specific "variants", see
  136. # https://flutter.dev/assets-and-images/#resolution-aware
  137. # For details regarding adding assets from package dependencies, see
  138. # https://flutter.dev/assets-and-images/#from-packages
  139. # To add custom fonts to your application, add a fonts section here,
  140. # in this "flutter" section. Each entry in this list should have a
  141. # "family" key with the font family name, and a "fonts" key with a
  142. # list giving the asset and other descriptors for the font. For
  143. # example:
  144. # fonts:
  145. # - family: Schyler
  146. # fonts:
  147. # - asset: fonts/Schyler-Regular.ttf
  148. # - asset: fonts/Schyler-Italic.ttf
  149. # style: italic
  150. # - family: Trajan Pro
  151. # fonts:
  152. # - asset: fonts/TrajanPro.ttf
  153. # - asset: fonts/TrajanPro_Bold.ttf
  154. # weight: 700
  155. # For details regarding fonts from package dependencies,
  156. # see https://flutter.dev/custom-fonts/#from-packages