Skip to content

Commit

Permalink
Merge pull request #717 from atsign-foundation/fix_biometric_storage
Browse files Browse the repository at this point in the history
fix: biometric storage build issue
  • Loading branch information
murali-shris authored Sep 28, 2022
2 parents b7ae18f + 42979a0 commit e46c3c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions at_client_mobile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@ flutter:
- .env
```
- If your app supports windows platform then add `biometric_storage` in app's dependencies

```
dependencies:
biometric_storage: ^4.1.3
```
## Example
We have a good example with explanation in the [at_client_mobile](https://pub.dev/packages/at_client_mobile/example) package.
2 changes: 1 addition & 1 deletion at_client_mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
sdk: flutter
package_info_plus: ^1.4.2
flutter_keychain: ^2.2.1
biometric_storage: ^3.0.1
biometric_storage: ^4.1.3
hive: ^2.0.4
crypton: ^2.0.3
at_client: ^3.0.39
Expand Down

0 comments on commit e46c3c7

Please sign in to comment.