28 lines
547 B
YAML
28 lines
547 B
YAML
name: k_phone
|
|
description: ChromeCard FIDO2 proxy phone app — replaces k_proxy in the auth chain.
|
|
publish_to: 'none'
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_background_service: ^5.0.5
|
|
flutter_background_service_android: ^6.2.0
|
|
flutter_local_notifications: ^18.0.0
|
|
uuid: ^4.4.0
|
|
cbor: ^6.3.0
|
|
pointycastle: ^3.7.3
|
|
path_provider: ^2.1.4
|
|
crypto: ^3.0.5
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|