Skip to content

Commit

Permalink
Merge pull request #708 from atsign-foundation/chore/comon_pub_score
Browse files Browse the repository at this point in the history
chore: updated repo url
  • Loading branch information
sachins-geekyants authored Jul 6, 2023
2 parents a934d8e + 3456ffc commit 0a54230
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions packages/at_common_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.12
- **CHORE**: Updated repository URL

## 2.0.11
- **CHORE**: Updated dependencies and android gradle versions

Expand Down
2 changes: 1 addition & 1 deletion packages/at_common_flutter/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
In this example app we demo at_common_flutter - A Flutter package to provide common widgets used by other atPlatform Flutter packages.

### Give it a try
This package includes a working sample application in the [example](https://github.com/atsign-foundation/at_widgets/tree/trunk/at_common_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_common_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_common_flutter/example/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
In this example app we demo at_common_flutter - A Flutter package to provide common widgets used by other atPlatform Flutter packages.

### Give it a try
This package includes a working sample application in the [example](https://github.com/atsign-foundation/at_widgets/tree/trunk/at_common_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_common_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
6 changes: 3 additions & 3 deletions packages/at_common_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: at_common_flutter
description: A Flutter package to provide common widgets used by other atPlatform Flutter packages.
version: 2.0.11
version: 2.0.12
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/at_common_flutter
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_common_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
documentation: https://atsign.dev/docs/functional_architecture/libraries/#at_common_flutter
documentation: https://docs.atsign.com/

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

0 comments on commit 0a54230

Please sign in to comment.