GSI - Employe Self Service Mobile
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.

172 lines
5.8 KiB

2 months ago
  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. # device_information: ^0.0.4
  32. #device_id: ^0.2.0
  33. #geocoder: ^0.2.1
  34. #google_maps_flutter: ^2.2.1
  35. #latlong: ^0.6.1
  36. #mapbox_gl: ^0.16.0
  37. #plain_notification_token: ^0.0.4
  38. #positioned_tap_detector: ^1.0.3
  39. #progress_dialog: ^1.2.4
  40. animated_splash_screen: ^1.3.0
  41. animations: ^2.0.11
  42. app_settings: ^5.1.1
  43. async: ^2.9.0
  44. collection: ^1.18.0
  45. connectivity_plus: ^6.0.4
  46. cupertino_icons: ^1.0.6
  47. device_imei: ^0.0.4+2
  48. device_info_plus: ^10.1.1
  49. dio: ^5.4.0
  50. double_back_to_close: ^2.0.0
  51. file_picker: ^8.0.6
  52. firebase_core: ^3.2.0
  53. firebase_crashlytics: ^4.0.3
  54. firebase_messaging: ^15.0.3
  55. flutter_animate: ^4.4.0
  56. flutter_gif: ^0.0.4
  57. flutter_image: ^4.1.9
  58. flutter_launcher_icons: ^0.13.1
  59. flutter_local_notifications: ^17.2.1+2
  60. flutter_map: ^6.2.1
  61. flutter_map_marker_cluster: ^1.3.6
  62. flutter_polyline_points: ^2.0.0
  63. flutter_sliding_up_panel: ^2.1.1
  64. flutter_staggered_grid_view: ^0.7.0
  65. flutter_svg: ^2.0.9
  66. flutter_udid: ^3.0.0
  67. fluttertoast: ^8.1.1
  68. focus_detector: ^2.0.1
  69. geocoding: ^3.0.0
  70. geolocator: ^12.0.0
  71. get_it: ^7.6.7
  72. google_fonts: ^6.1.0
  73. http: ^1.1.0
  74. image_cropper: ^7.1.0
  75. image_picker: ^1.0.4
  76. internet_connection_checker: ^1.0.0+1
  77. intl: ^0.19.0
  78. location: ^7.0.0
  79. lottie: ^3.1.2
  80. meta: ^1.12.0
  81. progress_dialog_null_safe: ^3.0.0
  82. provider: ^6.0.5
  83. shared_preferences: ^2.2.1
  84. sliding_up_panel: ^2.0.0+1
  85. syncfusion_flutter_calendar: ^26.2.5
  86. transparent_image: ^2.0.0
  87. tuple: ^2.0.1
  88. url_launcher: ^6.1.14
  89. vector_math: ^2.1.2
  90. firebase_analytics: ^11.2.0
  91. dev_dependencies:
  92. flutter_test:
  93. sdk: flutter
  94. flutter_icons:
  95. android: true
  96. ios: true
  97. image_path: "assets/images/ic_logo.png"
  98. min_sdk_android: 21 # android min sdk min:16, default 21
  99. web:
  100. generate: true
  101. image_path: "assets/images/ic_logo.png"
  102. background_color: "#hexcode"
  103. theme_color: "#hexcode"
  104. windows:
  105. generate: true
  106. image_path: "assets/images/ic_logo.png"
  107. icon_size: 48 # min:48, max:256, default: 48
  108. macos:
  109. generate: true
  110. image_path: "assets/images/ic_logo.png"
  111. # The "flutter_lints" package below contains a set of recommended lints to
  112. # encourage good coding practices. The lint set provided by the package is
  113. # activated in the `analysis_options.yaml` file located at the root of your
  114. # package. See that file for information about deactivating specific lint
  115. # rules and activating additional ones.
  116. flutter_lints: ^2.0.0
  117. # For information on the generic Dart part of this file, see the
  118. # following page: https://dart.dev/tools/pub/pubspec
  119. # The following section is specific to Flutter packages.
  120. flutter:
  121. # The following line ensures that the Material Icons font is
  122. # included with your application, so that you can use the icons in
  123. # the material Icons class.
  124. uses-material-design: true
  125. # To add assets to your application, add an assets section, like this:
  126. assets:
  127. - assets/images/
  128. - assets/images/menu/
  129. - assets/icons/
  130. - assets/icons/menu/
  131. - assets/animation/
  132. # - images/a_dot_burr.jpeg
  133. # - images/a_dot_ham.jpeg
  134. # An image asset can refer to one or more resolution-specific "variants", see
  135. # https://flutter.dev/assets-and-images/#resolution-aware
  136. # For details regarding adding assets from package dependencies, see
  137. # https://flutter.dev/assets-and-images/#from-packages
  138. # To add custom fonts to your application, add a fonts section here,
  139. # in this "flutter" section. Each entry in this list should have a
  140. # "family" key with the font family name, and a "fonts" key with a
  141. # list giving the asset and other descriptors for the font. For
  142. # example:
  143. # fonts:
  144. # - family: Schyler
  145. # fonts:
  146. # - asset: fonts/Schyler-Regular.ttf
  147. # - asset: fonts/Schyler-Italic.ttf
  148. # style: italic
  149. # - family: Trajan Pro
  150. # fonts:
  151. # - asset: fonts/TrajanPro.ttf
  152. # - asset: fonts/TrajanPro_Bold.ttf
  153. # weight: 700
  154. # For details regarding fonts from package dependencies,
  155. # see https://flutter.dev/custom-fonts/#from-packages