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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. name: hris_selfservice_mobile
  2. description: HRIS 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: ^3.0.1
  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: ^1.1.6
  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.5
  42. intl: ^0.17.0
  43. dio: ^4.0.6
  44. get_it: ^7.2.0
  45. firebase_messaging: ^14.1.3
  46. flutter_local_notifications: ^13.0.0
  47. shared_preferences: ^2.0.15
  48. # device_information: ^0.0.4
  49. device_imei: ^0.0.2
  50. device_info_plus: ^8.0.0
  51. flutter_udid: ^2.0.1
  52. image_picker: ^0.8.6
  53. image_cropper: ^3.0.1
  54. url_launcher: ^6.1.7
  55. #progress_dialog: ^1.2.4
  56. progress_dialog_null_safe: ^1.0.4
  57. #mapbox_gl: ^0.16.0
  58. file_picker: ^5.2.4
  59. #device_id: ^0.2.0
  60. flutter_launcher_icons: ^0.11.0
  61. location: ^4.4.0
  62. #latlong: ^0.6.1
  63. flutter_map: ^3.1.0
  64. geolocator: ^9.0.2
  65. geocoding: ^2.0.5
  66. #geocoder: ^0.2.1
  67. tuple: ^2.0.1
  68. positioned_tap_detector: ^1.0.3
  69. transparent_image: ^2.0.0
  70. async: ^2.9.0
  71. flutter_image: ^4.1.4
  72. vector_math: ^2.1.2
  73. meta: ^1.1.0
  74. collection: ^1.16.0
  75. flutter_map_marker_cluster: ^1.0.1
  76. flutter_polyline_points: ^1.0.0
  77. provider: ^6.0.5
  78. connectivity_plus: ^3.0.2
  79. internet_connection_checker: ^1.0.0+1
  80. plain_notification_token: ^0.0.4
  81. focus_detector: ^2.0.1
  82. firebase_core: ^2.4.1
  83. dev_dependencies:
  84. flutter_test:
  85. sdk: flutter
  86. flutter_icons:
  87. android: true
  88. ios: true
  89. image_path: "assets/images/ic_logo.png"
  90. min_sdk_android: 21 # android min sdk min:16, default 21
  91. web:
  92. generate: true
  93. image_path: "assets/images/ic_logo.png"
  94. background_color: "#hexcode"
  95. theme_color: "#hexcode"
  96. windows:
  97. generate: true
  98. image_path: "assets/images/ic_logo.png"
  99. icon_size: 48 # min:48, max:256, default: 48
  100. macos:
  101. generate: true
  102. image_path: "assets/images/ic_logo.png"
  103. # The "flutter_lints" package below contains a set of recommended lints to
  104. # encourage good coding practices. The lint set provided by the package is
  105. # activated in the `analysis_options.yaml` file located at the root of your
  106. # package. See that file for information about deactivating specific lint
  107. # rules and activating additional ones.
  108. flutter_lints: ^2.0.0
  109. # For information on the generic Dart part of this file, see the
  110. # following page: https://dart.dev/tools/pub/pubspec
  111. # The following section is specific to Flutter packages.
  112. flutter:
  113. # The following line ensures that the Material Icons font is
  114. # included with your application, so that you can use the icons in
  115. # the material Icons class.
  116. uses-material-design: true
  117. # To add assets to your application, add an assets section, like this:
  118. assets:
  119. - assets/images/
  120. - assets/images/menu/
  121. - assets/icons/
  122. - assets/icons/menu/
  123. - assets/animation/
  124. # - images/a_dot_burr.jpeg
  125. # - images/a_dot_ham.jpeg
  126. # An image asset can refer to one or more resolution-specific "variants", see
  127. # https://flutter.dev/assets-and-images/#resolution-aware
  128. # For details regarding adding assets from package dependencies, see
  129. # https://flutter.dev/assets-and-images/#from-packages
  130. # To add custom fonts to your application, add a fonts section here,
  131. # in this "flutter" section. Each entry in this list should have a
  132. # "family" key with the font family name, and a "fonts" key with a
  133. # list giving the asset and other descriptors for the font. For
  134. # example:
  135. # fonts:
  136. # - family: Schyler
  137. # fonts:
  138. # - asset: fonts/Schyler-Regular.ttf
  139. # - asset: fonts/Schyler-Italic.ttf
  140. # style: italic
  141. # - family: Trajan Pro
  142. # fonts:
  143. # - asset: fonts/TrajanPro.ttf
  144. # - asset: fonts/TrajanPro_Bold.ttf
  145. # weight: 700
  146. # For details regarding fonts from package dependencies,
  147. # see https://flutter.dev/custom-fonts/#from-packages