Flutter app for Asset Management
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

87 Zeilen
3.0 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.1+2
  16. environment:
  17. sdk: ">=2.7.0 <3.0.0"
  18. dependencies:
  19. flutter:
  20. sdk: flutter
  21. image_picker:
  22. barcode_scan:
  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: ^0.1.3
  33. dev_dependencies:
  34. flutter_launcher_icons:
  35. flutter_test:
  36. sdk: flutter
  37. flutter_icons:
  38. android: "launcher_icon"
  39. ios: true
  40. image_path: "asset/icon.png"
  41. # For information on the generic Dart part of this file, see the
  42. # following page: https://dart.dev/tools/pub/pubspec
  43. # The following section is specific to Flutter.
  44. flutter:
  45. # The following line ensures that the Material Icons font is
  46. # included with your application, so that you can use the icons in
  47. # the material Icons class.
  48. uses-material-design: true
  49. assets:
  50. - asset/icon.png
  51. # To add assets to your application, add an assets section, like this:
  52. # assets:
  53. # - images/a_dot_burr.jpeg
  54. # - images/a_dot_ham.jpeg
  55. # An image asset can refer to one or more resolution-specific "variants", see
  56. # https://flutter.dev/assets-and-images/#resolution-aware.
  57. # For details regarding adding assets from package dependencies, see
  58. # https://flutter.dev/assets-and-images/#from-packages
  59. # To add custom fonts to your application, add a fonts section here,
  60. # in this "flutter" section. Each entry in this list should have a
  61. # "family" key with the font family name, and a "fonts" key with a
  62. # list giving the asset and other descriptors for the font. For
  63. # example:
  64. # fonts:
  65. # - family: Schyler
  66. # fonts:
  67. # - asset: fonts/Schyler-Regular.ttf
  68. # - asset: fonts/Schyler-Italic.ttf
  69. # style: italic
  70. # - family: Trajan Pro
  71. # fonts:
  72. # - asset: fonts/TrajanPro.ttf
  73. # - asset: fonts/TrajanPro_Bold.ttf
  74. # weight: 700
  75. #
  76. # For details regarding fonts from package dependencies,
  77. # see https://flutter.dev/custom-fonts/#from-packages