The QR Code Scanner package for Appeto SDK.
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.
 
 
 
 
 
 

61 lignes
1.8 KiB

  1. name: qr_code_scanner_example
  2. description: Demonstrates how to use the flutter_qr plugin.
  3. publish_to: 'none'
  4. environment:
  5. sdk: '>=2.12.0 <3.0.0'
  6. dependencies:
  7. flutter:
  8. sdk: flutter
  9. dev_dependencies:
  10. flutter_lints: ^1.0.4
  11. flutter_test:
  12. sdk: flutter
  13. qr_code_scanner:
  14. path: ../
  15. # For information on the generic Dart part of this file, see the
  16. # following page: https://www.dartlang.org/tools/pub/pubspec
  17. # The following section is specific to Flutter.
  18. flutter:
  19. # The following line ensures that the Material Icons font is
  20. # included with your application, so that you can use the icons in
  21. # the material Icons class.
  22. uses-material-design: true
  23. # To add assets to your application, add an assets section, like this:
  24. # assets:
  25. # - images/a_dot_burr.jpeg
  26. # - images/a_dot_ham.jpeg
  27. # An image asset can refer to one or more resolution-specific "variants", see
  28. # https://flutter.io/assets-and-images/#resolution-aware.
  29. # For details regarding adding assets from package dependencies, see
  30. # https://flutter.io/assets-and-images/#from-packages
  31. # To add custom fonts to your application, add a fonts section here,
  32. # in this "flutter" section. Each entry in this list should have a
  33. # "family" key with the font family name, and a "fonts" key with a
  34. # list giving the asset and other descriptors for the font. For
  35. # example:
  36. # fonts:
  37. # - family: Schyler
  38. # fonts:
  39. # - asset: fonts/Schyler-Regular.ttf
  40. # - asset: fonts/Schyler-Italic.ttf
  41. # style: italic
  42. # - family: Trajan Pro
  43. # fonts:
  44. # - asset: fonts/TrajanPro.ttf
  45. # - asset: fonts/TrajanPro_Bold.ttf
  46. # weight: 700
  47. #
  48. # For details regarding fonts from package dependencies,
  49. # see https://flutter.io/custom-fonts/#from-packages