Flutter app for Asset Management
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

88 lignes
3.1 KiB

  1. name: assetstock
  2. description: Application to check assets
  3. # The following line prevents the package from being accidentally published to
  4. # pub.dev using `pub publish`. This is preferred for private packages.
  5. # The following defines the version and build number for your application.
  6. # A version number is three numbers separated by dots, like 1.2.43
  7. # followed by an optional build number separated by a +.
  8. # Both the version and the builder number may be overridden in flutter
  9. # build by specifying --build-name and --build-number, respectively.
  10. # In Android, build-name is used as versionName while build-number used as versionCode.
  11. # Read more about Android versioning at https://developer.android.com/studio/publish/versioning
  12. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
  13. # Read more about iOS versioning at
  14. # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
  15. version: 1.0.2+3
  16. environment:
  17. sdk: ">=2.7.0 <3.0.0"
  18. dependencies:
  19. flutter:
  20. sdk: flutter
  21. image_picker:
  22. barcode_scan2: ^4.2.1
  23. path_provider:
  24. shared_preferences:
  25. fluttertoast:
  26. photo_view:
  27. sqflite:
  28. matrix_gesture_detector:
  29. intl:
  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.5
  33. permission_handler: ^9.2.0
  34. dev_dependencies:
  35. flutter_launcher_icons:
  36. flutter_test:
  37. sdk: flutter
  38. flutter_icons:
  39. android: "launcher_icon"
  40. ios: true
  41. image_path: "asset/icon.png"
  42. # For information on the generic Dart part of this file, see the
  43. # following page: https://dart.dev/tools/pub/pubspec
  44. # The following section is specific to Flutter.
  45. flutter:
  46. # The following line ensures that the Material Icons font is
  47. # included with your application, so that you can use the icons in
  48. # the material Icons class.
  49. uses-material-design: true
  50. assets:
  51. - asset/icon.png
  52. # To add assets to your application, add an assets section, like this:
  53. # assets:
  54. # - images/a_dot_burr.jpeg
  55. # - images/a_dot_ham.jpeg
  56. # An image asset can refer to one or more resolution-specific "variants", see
  57. # https://flutter.dev/assets-and-images/#resolution-aware.
  58. # For details regarding adding assets from package dependencies, see
  59. # https://flutter.dev/assets-and-images/#from-packages
  60. # To add custom fonts to your application, add a fonts section here,
  61. # in this "flutter" section. Each entry in this list should have a
  62. # "family" key with the font family name, and a "fonts" key with a
  63. # list giving the asset and other descriptors for the font. For
  64. # example:
  65. # fonts:
  66. # - family: Schyler
  67. # fonts:
  68. # - asset: fonts/Schyler-Regular.ttf
  69. # - asset: fonts/Schyler-Italic.ttf
  70. # style: italic
  71. # - family: Trajan Pro
  72. # fonts:
  73. # - asset: fonts/TrajanPro.ttf
  74. # - asset: fonts/TrajanPro_Bold.ttf
  75. # weight: 700
  76. #
  77. # For details regarding fonts from package dependencies,
  78. # see https://flutter.dev/custom-fonts/#from-packages