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.
 
 
 
 
 
 

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