flutter app untuk unitstock
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

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