Skip to content

Commit 0f172f8

Browse files
haverchuckDustin Noyes
andauthored
chore: adds platform/category table (#2115)
* chore: adds platform/category table * added dev preview matrix to amplify-flutter + root README; removed from package READMEs Co-authored-by: Dustin Noyes <[email protected]>
1 parent f8fd0b6 commit 0f172f8

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,30 @@ We are iterating and looking for feedback and collaboration, so please [**let us
5353
<img src="https://img.shields.io/pub/v/amplify_api.svg">
5454
</a>
5555

56+
## Category / Platform Support
57+
58+
### Stable Release
59+
60+
| Category | Android | iOS | Web | Windows | MacOS | Linux |
61+
| -------------- | ------- | --- | --- | ------- | ----- | ----- |
62+
| Analytics | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
63+
| API (REST) | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
64+
| API (GraphQL) | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
65+
| Authentication | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
66+
| DataStore | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
67+
| Storage | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
68+
69+
### Developer Preview Release
70+
71+
| Category | Android | iOS | Web | Windows | MacOS | Linux |
72+
| -------------- | ------- | --- | --- | ------- | ----- | ----- |
73+
| Analytics | [ ] | [X] | [ ] | [ ] | [ ] | [ ] |
74+
| API (REST) | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
75+
| API (GraphQL) | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
76+
| Authentication | [X] | [X] | [X] | [X] | [X] | [X] |
77+
| DataStore | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
78+
| Storage | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
79+
5680
### To Be Implemented
5781

5882
- [ ] Predictions

packages/amplify/amplify_flutter/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
The top level module for Amplify Flutter.
44

5+
## Category / Platform Support
6+
7+
### Stable Release
8+
9+
| Category | Android | iOS | Web | Windows | MacOS | Linux |
10+
| -------------- | ------- | --- | --- | ------- | ----- | ----- |
11+
| Analytics | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
12+
| API (REST) | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
13+
| API (GraphQL) | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
14+
| Authentication | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
15+
| DataStore | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
16+
| Storage | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
17+
18+
### Developer Preview Release
19+
20+
| Category | Android | iOS | Web | Windows | MacOS | Linux |
21+
| -------------- | ------- | --- | --- | ------- | ----- | ----- |
22+
| Analytics | [ ] | [X] | [ ] | [ ] | [ ] | [ ] |
23+
| API (REST) | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
24+
| API (GraphQL) | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
25+
| Authentication | [X] | [X] | [X] | [X] | [X] | [X] |
26+
| DataStore | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
27+
| Storage | [X] | [X] | [ ] | [ ] | [ ] | [ ] |
28+
529
## Getting Started
630

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

packages/amplify_datastore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
Default plugin for the Amplify Flutter DataStore category
44

5-
## Getting Started
5+
## Getting Started
66

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

0 commit comments

Comments
 (0)