Skip to content

Commit

Permalink
update descriptions to follow dart conventions (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson authored Jul 9, 2021
1 parent e764daf commit ca35915
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/amplify_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amplify_api
description: The Amplify Flutter API category plugin.
description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
version: 0.2.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api

Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_api_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amplify_api_plugin_interface
description: The Amplify Flutter API category plugin interface.
description: The platform interface for the API module of Amplify Flutter.
version: 0.2.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api_plugin_interface

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 base package shared across Amplify Flutter library.
description: The base package containing common types and utilities that are shared across the Amplify Flutter packages.
version: 0.2.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_core

Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_datastore/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amplify_datastore
description: The Amplify Flutter DataStore category plugin.
description: The Amplify Flutter DataStore category plugin, providing a queryable, on-device data store.
version: 0.2.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore

Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amplify_flutter
description: The top level module for Amplify Flutter.
description: The top level Flutter package for the AWS Amplify libraries.
version: 0.2.0
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_flutter

Expand Down

0 comments on commit ca35915

Please sign in to comment.