Skip to content

Commit

Permalink
chore: update package README's to match pubspec (#65)
Browse files Browse the repository at this point in the history
* update package readme's

* use "Amplify Flutter" without the hyphen
  • Loading branch information
KaiChengYan authored Aug 21, 2020
1 parent 747c264 commit ee0ca4f
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Platform**
Amplify-Flutter current supports iOS and Android. This issue is reproducable in (check all that apply):
Amplify Flutter current supports iOS and Android. This issue is reproducable in (check all that apply):
[] Android
[] iOS

Expand Down
3 changes: 1 addition & 2 deletions packages/amplify_analytics_pinpoint/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# amplify_analytics_pinpoint

The amplify analytics module for aws-amplify-flutter.
The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.

## Getting Started

### Visit our [Web Site](https://docs.amplify.aws/) to learn more about AWS Amplify.

3 changes: 1 addition & 2 deletions packages/amplify_analytics_plugin_interface/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# amplify_analytics_plugin_interface

The amplify analytics plugin interface module for aws-amplify-flutter.
The platform interface for the analytics module of Amplify Flutter.

## Getting Started

### Visit our [Web Site](https://docs.amplify.aws/) to learn more about AWS Amplify.

2 changes: 1 addition & 1 deletion packages/amplify_analytics_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amplify_analytics_plugin_interface
description: The platform interface for the analytics module of Amplify-Flutter.
description: The platform interface for the analytics module of Amplify Flutter.
version: 0.0.1-dev.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/master/packages/amplify_analytics_plugin_interface

Expand Down
6 changes: 5 additions & 1 deletion packages/amplify_auth_cognito/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# amplify_auth_cognito

The Amazon Cognito plugin for Amplify-Flutter
The Amplify Flutter Auth category plugin using the AWS Cognito provider.

## Getting Started

### Visit our [Web Site](https://docs.amplify.aws/) to learn more about AWS Amplify.
3 changes: 1 addition & 2 deletions packages/amplify_auth_plugin_interface/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# amplify_auth_plugin_interface

The amplify analytics plugin interface module for aws-amplify-flutter.
The platform interface for the auth module of Amplify Flutter.

## Getting Started

### Visit our [Web Site](https://docs.amplify.aws/) to learn more about AWS Amplify.

2 changes: 1 addition & 1 deletion packages/amplify_auth_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amplify_auth_plugin_interface
description: The platform interface for the auth module of Amplify-Flutter.
description: The platform interface for the auth module of Amplify Flutter.
version: 0.0.1-dev.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/master/packages/amplify_auth_plugin_interface

Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# amplify_core

The core module for aws-amplify-flutter.
The core module for Amplify Flutter.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amplify_core
description: The core module for Amplify-Flutter.
description: The core module for Amplify Flutter.
version: 0.0.1-dev.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/master/packages/amplify_core

Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_core_plugin_interface/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# amplify_core_plugin_interface

The platform interface for aws-amplify-flutters' core module.
The platform interface for the core module of Amplify Flutter.

## Getting Started

### Visit our [Web Site](https://docs.amplify.aws/) to learn more about AWS Amplify.
### Visit our [Web Site](https://docs.amplify.aws/) to learn more about AWS Amplify.
2 changes: 1 addition & 1 deletion packages/amplify_core_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amplify_core_plugin_interface
description: The platform interface for the core module of Amplify-Flutter.
description: The platform interface for the core module of Amplify Flutter.
version: 0.0.1-dev.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/master/packages/amplify_core_plugin_interface

Expand Down
6 changes: 5 additions & 1 deletion packages/amplify_storage_plugin_interface/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# amplify_storage_plugin_interface

The Amplify Flutter Storage category plugin interface.
The platform interface for the storage module of Amplify Flutter.

## Getting Started

### Visit our [Web Site](https://docs.amplify.aws/) to learn more about AWS Amplify.
2 changes: 1 addition & 1 deletion packages/amplify_storage_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amplify_storage_plugin_interface
description: The platform interface for the storage module of Amplify-Flutter.
description: The platform interface for the storage module of Amplify Flutter.
version: 0.0.1-dev.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/master/packages/amplify_storage_plugin_interface

Expand Down
4 changes: 4 additions & 0 deletions packages/amplify_storage_s3/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# amplify_storage_s3

The Amplify Flutter Storage category plugin using the AWS S3 provider.

## Getting Started

### Visit our [Web Site](https://docs.amplify.aws/) to learn more about AWS Amplify.

0 comments on commit ee0ca4f

Please sign in to comment.