pubspec.yaml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. name: eitc_erm_dental_flutter
  2. description: "Eitc erm dental flutter"
  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.8+9
  19. environment:
  20. sdk: ^3.5.1
  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. # The following adds the Cupertino Icons font to your application.
  31. # Use with the CupertinoIcons class for iOS style icons.
  32. cupertino_icons: ^1.0.8
  33. flutter_screenutil: ^5.9.3
  34. bot_toast: ^4.1.3
  35. app_settings: ^5.1.1
  36. just_audio: ^0.9.40
  37. logger: ^2.4.0
  38. device_info_plus: ^10.1.2
  39. wakelock_plus: ^1.2.8
  40. photo_view: ^0.15.0
  41. flutter_vlc_player: ^7.4.2
  42. audio_video_progress_bar: ^2.0.3
  43. permission_handler: ^11.3.1
  44. shared_preferences: ^2.3.2
  45. network_info_plus: ^6.0.1
  46. dio: ^5.7.0
  47. pretty_dio_logger: ^1.4.0
  48. path_provider: ^2.1.4
  49. isar:
  50. version: 3.1.8
  51. hosted: https://pub.isar-community.dev/
  52. isar_flutter_libs:
  53. version: 3.1.8
  54. hosted: https://pub.isar-community.dev/
  55. flutter_riverpod: ^2.5.1
  56. riverpod_annotation: ^2.3.5
  57. auto_route: ^9.2.2
  58. package_info_plus: ^8.0.2
  59. flutter_inappwebview: ^6.1.5
  60. app_installer: ^1.2.0
  61. percent_indicator: ^4.2.3
  62. image: ^4.2.0
  63. encrypt: ^5.0.3
  64. pointycastle: ^3.9.1
  65. retrofit: ^4.4.1
  66. json_annotation: ^4.9.0
  67. flutter_localizations:
  68. sdk: flutter
  69. dev_dependencies:
  70. flutter_test:
  71. sdk: flutter
  72. # The "flutter_lints" package below contains a set of recommended lints to
  73. # encourage good coding practices. The lint set provided by the package is
  74. # activated in the `analysis_options.yaml` file located at the root of your
  75. # package. See that file for information about deactivating specific lint
  76. # rules and activating additional ones.
  77. flutter_lints: ^5.0.0
  78. isar_generator:
  79. version: 3.1.8
  80. hosted: https://pub.isar-community.dev/
  81. build_runner: ^2.4.13
  82. custom_lint: ^0.6.7
  83. riverpod_generator: ^2.4.3
  84. riverpod_lint: ^2.3.13
  85. dart_style: ^2.3.7
  86. auto_route_generator: ^9.0.0
  87. retrofit_generator: '>=8.0.0 <10.0.0'
  88. json_serializable: ^6.8.0
  89. # For information on the generic Dart part of this file, see the
  90. # following page: https://dart.dev/tools/pub/pubspec
  91. # The following section is specific to Flutter packages.
  92. flutter:
  93. # The following line ensures that the Material Icons font is
  94. # included with your application, so that you can use the icons in
  95. # the material Icons class.
  96. uses-material-design: true
  97. # To add assets to your application, add an assets section, like this:
  98. # assets:
  99. # - images/a_dot_burr.jpeg
  100. # - images/a_dot_ham.jpeg
  101. # An image asset can refer to one or more resolution-specific "variants", see
  102. # https://flutter.dev/to/resolution-aware-images
  103. # For details regarding adding assets from package dependencies, see
  104. # https://flutter.dev/to/asset-from-package
  105. # To add custom fonts to your application, add a fonts section here,
  106. # in this "flutter" section. Each entry in this list should have a
  107. # "family" key with the font family name, and a "fonts" key with a
  108. # list giving the asset and other descriptors for the font. For
  109. # example:
  110. # fonts:
  111. # - family: Schyler
  112. # fonts:
  113. # - asset: fonts/Schyler-Regular.ttf
  114. # - asset: fonts/Schyler-Italic.ttf
  115. # style: italic
  116. # - family: Trajan Pro
  117. # fonts:
  118. # - asset: fonts/TrajanPro.ttf
  119. # - asset: fonts/TrajanPro_Bold.ttf
  120. # weight: 700
  121. #
  122. # For details regarding fonts from package dependencies,
  123. # see https://flutter.dev/to/font-from-package
  124. assets:
  125. - assets/
  126. - assets/audios/
  127. - assets/images/
  128. - assets/fonts/
  129. flutter_intl:
  130. enabled: true