Skip to content

Commit

Permalink
Merge pull request #715 from atsign-foundation/feature/improve_at_eve…
Browse files Browse the repository at this point in the history
…nts_flutter

feat: improve pub score
  • Loading branch information
sachins-geekyants authored Jul 7, 2023
2 parents 13e2606 + 311a596 commit 912a0f4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions packages/at_events_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.1.10
- **CHORE**: Improved pub score

## 3.1.9
- **CHORE**: Updated dependencies and android gradle versions
- **CHORE**: Package description updated
Expand Down
2 changes: 1 addition & 1 deletion packages/at_events_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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_events_flutter/example) directory that you can use to create a personalized copy using ```at_app create``` in four commands.
[Example](https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_events_flutter/example) directory that you can use to create a personalized copy using ```at_app create``` in four commands.

```sh
$ flutter pub global activate at_app
Expand Down
2 changes: 1 addition & 1 deletion packages/at_events_flutter/example/EXAMPLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The [at_events_flutter] package is designed to make it easy to manage events between atsigns.

### Give it a try
This package includes a working sample application in the [example](https://github.com/atsign-foundation/at_widgets/tree/trunk/at_events_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_events_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_events_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_events_flutter
description: A Flutter plugin project to manage events (time, place and attendees) using the atPlatform.
version: 3.1.9
version: 3.1.10
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_events_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand Down
3 changes: 2 additions & 1 deletion packages/at_events_flutter/test/at_events_flutter_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ class MockAtClient extends Mock implements AtClient {

@override
Future<bool> delete(AtKey key,
{bool isDedicated = false, DeleteRequestOptions? deleteRequestOptions}) async {
{bool isDedicated = false,
DeleteRequestOptions? deleteRequestOptions}) async {
return true;
}

Expand Down

0 comments on commit 912a0f4

Please sign in to comment.