I am going to develop an App with AWS amplify with Offline capabilities (using datastore and appSync).
On AWS Amplify Flutter doc (https://docs.amplify.aws/lib/q/platform/flutter/) I read :
The stable release of Amplify Flutter currently supports iOS, Android, Web, Windows, MacOS, and Linux as target platforms. Currently Push Notifications and Datastore are supported for only iOS and Android.
I would like to be able to store data using datastore even if i am on Flutter Desktop (Windows, MacOs, Linux) and Flutter Web.
How could I develop my app ? What alternative / solution can I use for Flutter Desktop and Web ?
I recommend using AWS Amplify API with DynamoDB + OpenSearch (formerly known as ElastiSearch). Amplify Datastore is based on DynamoDB, but it still has some limitations