pubspec.yaml 296 B

1234567891011121314151617181920
  1. name: pb_authenticator_state
  2. description: State for PB Authenticator.
  3. version: 1.0.0
  4. publish_to: none
  5. environment:
  6. sdk: '>=3.3.0 <4.0.0'
  7. dependencies:
  8. uuid: 4.4.0
  9. # Internal
  10. pb_authenticator_totp:
  11. path: ../totp
  12. sqflite: ^2.3.3
  13. dev_dependencies:
  14. lints: ^4.0.0
  15. test: ^1.25.2