pubspec.yaml 804 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. name: pb_authenticator
  2. description: "PB two-factor authentication app."
  3. publish_to: 'none'
  4. version: 1.0.0+1
  5. environment:
  6. sdk: ^3.5.3
  7. dependencies:
  8. flutter:
  9. sdk: flutter
  10. flutter_localizations:
  11. sdk: flutter
  12. # Flutter team dependencies
  13. intl: ^0.20.2
  14. # Flutter plugins
  15. path_provider: ^2.1.4
  16. url_launcher: ^6.3.0
  17. package_info_plus: ^8.0.2
  18. shared_preferences: ^2.2.2
  19. # Internal
  20. pb_authenticator_totp:
  21. path: ./totp
  22. pb_authenticator_state:
  23. path: ./state
  24. # External
  25. barcode_scan2: 4.5.1
  26. provider: ^6.1.2
  27. introduction_screen: ^3.1.11
  28. qr_flutter: ^4.1.0
  29. dev_dependencies:
  30. flutter_test:
  31. sdk: flutter
  32. flutter_lints: ^4.0.0
  33. change_app_package_name: ^1.5.0
  34. flutter:
  35. generate: true
  36. uses-material-design: true
  37. assets:
  38. - graphics/icon.png