flutter app untuk unitstock
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.
 
 
 
 
 

88 Zeilen
2.5 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.7+13
  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 #harus versi ini dak tu error
  14. photo_view: ^0.14.0
  15. sqflite: ^2.0.3
  16. path_provider: ^2.0.11
  17. flushbar: ^1.10.4
  18. http: ^0.13.4
  19. intl: ^0.17.0
  20. shared_preferences: ^2.0.15
  21. location: ^4.4.0
  22. # path: 'local_plugin/location-3.0.2'
  23. permission_handler: ^10.0.0
  24. # app_settings:
  25. # autocomplete_textfield:
  26. barcode_scan2: ^4.2.1
  27. oauth2: ^2.0.0
  28. in_app_update: ^3.0.0
  29. url_launcher: ^6.1.5
  30. package_info: ^2.0.2
  31. dev_dependencies:
  32. flutter_launcher_icons:
  33. flutter_test:
  34. sdk: flutter
  35. flutter_icons:
  36. android: "launcher_icon"
  37. ios: true
  38. image_path: "asset/icon.png"
  39. # For information on the generic Dart part of this file, see the
  40. # following page: https://dart.dev/tools/pub/pubspec
  41. # The following section is specific to Flutter.
  42. flutter:
  43. # The following line ensures that the Material Icons font is
  44. # included with your application, so that you can use the icons in
  45. # the material Icons class.
  46. uses-material-design: true
  47. # To add assets to your application, add an assets section, like this:
  48. assets:
  49. - cert/isrgrootx1.pem
  50. # - images/a_dot_burr.jpeg
  51. # - images/a_dot_ham.jpeg
  52. # An image asset can refer to one or more resolution-specific "variants", see
  53. # https://flutter.dev/assets-and-images/#resolution-aware.
  54. # For details regarding adding assets from package dependencies, see
  55. # https://flutter.dev/assets-and-images/#from-packages
  56. # To add custom fonts to your application, add a fonts section here,
  57. # in this "flutter" section. Each entry in this list should have a
  58. # "family" key with the font family name, and a "fonts" key with a
  59. # list giving the asset and other descriptors for the font. For
  60. # example:
  61. # fonts:
  62. # - family: Schyler
  63. # fonts:
  64. # - asset: fonts/Schyler-Regular.ttf
  65. # - asset: fonts/Schyler-Italic.ttf
  66. # style: italic
  67. # - family: Trajan Pro
  68. # fonts:
  69. # - asset: fonts/TrajanPro.ttf
  70. # - asset: fonts/TrajanPro_Bold.ttf
  71. # weight: 700
  72. #
  73. # For details regarding fonts from package dependencies,
  74. # see https://flutter.dev/custom-fonts/#from-packages