Skip to content

Commit

Permalink
Merge pull request #302 from atsign-foundation/atclient_dependency_bug
Browse files Browse the repository at this point in the history
backupkey flutter - fix for issue #300
  • Loading branch information
murali-shris committed Dec 21, 2021
2 parents dc8d580 + 80e087e commit fe1ab52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions at_backupkey_flutter/CHANGELOG.md
@@ -1,3 +1,5 @@
## 3.1.2
- **FIX**: Removed deprecated sync strategy reference
## 3.1.1
- **FIX**: Added file location picker for desktop platforms to save backup keys

Expand Down
1 change: 0 additions & 1 deletion at_backupkey_flutter/example/lib/main.dart
Expand Up @@ -40,7 +40,6 @@ class _MyAppState extends State<MyApp> {
..isLocalStoreRequired = true
..commitLogPath = path
..namespace = 'backupkeys'
..syncStrategy = SyncStrategy.ONDEMAND
..rootDomain = rootDomain
..hiveStoragePath = path;
return _atClientPreference;
Expand Down
4 changes: 2 additions & 2 deletions at_backupkey_flutter/pubspec.yaml
@@ -1,6 +1,6 @@
name: at_backupkey_flutter
description: A Flutter plugin project for saving the backup key of any @‎sign that is being onboarded with @‎platform apps. The backup key can be used to authenticate in other @‎platform apps.
version: 3.1.1
version: 3.1.2
homepage: https://atsign.dev
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/at_backupkey_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand All @@ -17,7 +17,7 @@ dependencies:
path_provider: ^2.0.2
file_saver: ^0.0.10
at_utils: ^3.0.2
at_client_mobile: ^3.1.2
at_client_mobile: ^3.1.3

# desktop - dependencies
file_selector: ^0.8.2+1
Expand Down

0 comments on commit fe1ab52

Please sign in to comment.