flutter app untuk unitstock
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

85 satır
2.4 KiB

  1. name: unitstocks
  2. description: App to stock Thamrin Brothers Units
  3. # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
  4. version: 1.0.4+7
  5. environment:
  6. sdk: ">=2.1.0 <3.0.0"
  7. dependencies:
  8. flutter:
  9. sdk: flutter
  10. # The following adds the Cupertino Icons font to your application.
  11. # Use with the CupertinoIcons class for iOS style icons.
  12. cupertino_icons:
  13. image_picker: ^0.8.4+2
  14. photo_view: ^0.13.0
  15. sqflite: ^2.0.0+4
  16. path_provider: ^2.0.5
  17. flushbar: ^1.10.4
  18. http: ^0.13.4
  19. intl: ^0.17.0
  20. shared_preferences: ^2.0.8
  21. location: ^4.3.0
  22. # path: 'local_plugin/location-3.0.2'
  23. permission_handler: ^8.2.2
  24. # app_settings:
  25. # autocomplete_textfield:
  26. barcode_scan: ^3.0.1
  27. oauth2: ^2.0.0
  28. dev_dependencies:
  29. flutter_launcher_icons:
  30. flutter_test:
  31. sdk: flutter
  32. flutter_icons:
  33. android: "launcher_icon"
  34. ios: true
  35. image_path: "asset/icon.png"
  36. # For information on the generic Dart part of this file, see the
  37. # following page: https://dart.dev/tools/pub/pubspec
  38. # The following section is specific to Flutter.
  39. flutter:
  40. # The following line ensures that the Material Icons font is
  41. # included with your application, so that you can use the icons in
  42. # the material Icons class.
  43. uses-material-design: true
  44. # To add assets to your application, add an assets section, like this:
  45. assets:
  46. - cert/isrgrootx1.pem
  47. # - images/a_dot_burr.jpeg
  48. # - images/a_dot_ham.jpeg
  49. # An image asset can refer to one or more resolution-specific "variants", see
  50. # https://flutter.dev/assets-and-images/#resolution-aware.
  51. # For details regarding adding assets from package dependencies, see
  52. # https://flutter.dev/assets-and-images/#from-packages
  53. # To add custom fonts to your application, add a fonts section here,
  54. # in this "flutter" section. Each entry in this list should have a
  55. # "family" key with the font family name, and a "fonts" key with a
  56. # list giving the asset and other descriptors for the font. For
  57. # example:
  58. # fonts:
  59. # - family: Schyler
  60. # fonts:
  61. # - asset: fonts/Schyler-Regular.ttf
  62. # - asset: fonts/Schyler-Italic.ttf
  63. # style: italic
  64. # - family: Trajan Pro
  65. # fonts:
  66. # - asset: fonts/TrajanPro.ttf
  67. # - asset: fonts/TrajanPro_Bold.ttf
  68. # weight: 700
  69. #
  70. # For details regarding fonts from package dependencies,
  71. # see https://flutter.dev/custom-fonts/#from-packages