Skip to content

Commit

Permalink
Merge pull request #709 from atsign-foundation/chore_sync_score
Browse files Browse the repository at this point in the history
chore: improved pub score for at_sync_ui
  • Loading branch information
sachins-geekyants authored Jul 6, 2023
2 parents 0a54230 + 6d19e32 commit 86f1af7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/at_sync_ui_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 1.0.9
- **REFACTOR**: Deprecated `sync()` method and moved it's implementation to init.
- **CHORE**: Improved pub score

## 1.0.8
- **FEAT**: Provides exit option when sync takes longer
Expand Down
2 changes: 1 addition & 1 deletion packages/at_sync_ui_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ There are three options to get started using this package.

### 1. Quick start - generate a skeleton app with at_app
This package includes a working sample application in the
[Example](https://github.com/atsign-foundation/at_widgets/tree/trunk/at_sync_ui_flutter/example) directory that you can use to create a personalized
[Example](https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_sync_ui_flutter/example) directory that you can use to create a personalized
copy using ```at_app create``` in four commands.

```sh
Expand Down
2 changes: 1 addition & 1 deletion packages/at_sync_ui_flutter/example/EXAMPLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The [at_sync_ui_flutter] package is designed to make it easy for displaying status of sync process in atProtocol apps.

### Give it a try
This package includes a working sample application in the [example](https://github.com/atsign-foundation/at_widgets/tree/trunk/at_sync_ui_flutter/example) directory that demonstrates the key features of the 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_sync_ui_flutter/example) directory that demonstrates the key features of the 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_sync_ui_flutter/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The [at_sync_ui_flutter] package is designed to make it easy for displaying status of sync process in atProtocol apps.

### Give it a try
This package includes a working sample application in the [example](https://github.com/atsign-foundation/at_widgets/tree/trunk/at_sync_ui_flutter/example) directory that demonstrates the key features of the 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_sync_ui_flutter/example) directory that demonstrates the key features of the 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_sync_ui_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: at_sync_ui_flutter
description: A Flutter plugin project to provide UI widgets for displaying status of sync process in atProtocol apps.
version: 1.0.9
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/at_sync_ui_flutter
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_sync_ui_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
documentation: https://atsign.dev/docs/functional_architecture/libraries/
documentation: https://docs.atsign.com/

environment:
sdk: ">=2.12.0 <4.0.0"
Expand Down

0 comments on commit 86f1af7

Please sign in to comment.