Skip to content

Commit

Permalink
Merge pull request #713 from atsign-foundation/pub_score_backupkey
Browse files Browse the repository at this point in the history
chore : update repo urls in backupkey
  • Loading branch information
sachins-geekyants authored Jul 7, 2023
2 parents 9b3e893 + 0c10def commit 14cd3f4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions packages/at_backupkey_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.0.10:
- **CHORE**: Improved pub score

## 4.0.9:
- **FEAT**: Added option to download atKey in android.

Expand Down
2 changes: 1 addition & 1 deletion packages/at_backupkey_flutter/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The at_backupkey_flutter package is designed to make it easy to take backup of secret keys in any Flutter app on the atPlatform.

### Give it a try
This package includes a working sample application in the [example](https://github.com/atsign-foundation/at_widgets/tree/trunk/at_backupkey_flutter/example) directory that demonstrates the key feature of this package. To create a personalized copy, use ```at_app create``` as shown below or check it out on GitHub.
This package includes a working sample application in the [example](https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_backupkey_flutter/example) directory that demonstrates the key feature of this package. To create a personalized copy, use ```at_app create``` as shown below or check it out on GitHub.

```sh
$ flutter pub global activate at_app
Expand Down
2 changes: 1 addition & 1 deletion packages/at_backupkey_flutter/example/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The at_backupkey_flutter package is designed to make it easy to take backup of secret keys in any Flutter app on the atPlatform.

### Give it a try
This package includes a working sample application in the [example](https://github.com/atsign-foundation/at_widgets/tree/trunk/at_backupkey_flutter/example) directory that demonstrates the key feature of this package. To create a personalized copy, use ```at_app create``` as shown below or check it out on GitHub.
This package includes a working sample application in the [example](https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_backupkey_flutter/example) directory that demonstrates the key feature of this package. To create a personalized copy, use ```at_app create``` as shown below or check it out on GitHub.

```sh
$ flutter pub global activate at_app
Expand Down
4 changes: 2 additions & 2 deletions packages/at_backupkey_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_backupkey_flutter
description: A Flutter plugin project for saving the backup key of any atSign that is being onboarded with atPlatform apps. The backup key can be used to authenticate in other atPlatform apps.
version: 4.0.9
version: 4.0.10
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_backupkey_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand All @@ -18,7 +18,7 @@ dependencies:
path_provider: ^2.0.9
at_file_saver: ^0.1.2
at_utils: ^3.0.12
at_client_mobile: ^3.2.9
at_client_mobile: ^3.2.10
showcaseview: ^2.0.3
device_info_plus: ^9.0.2
# desktop - dependencies
Expand Down

0 comments on commit 14cd3f4

Please sign in to comment.