Written by
John Biggs
Published on
March 03, 2021
Time reading
1 minute
Amplify Flutter, a powerful set of tools used to build applications powered by AWS (Amazon Web Services) was released with the intention of combining AWS Amplify and Flutter in order to create a connected network of the two apps. The modifications to the combined apps include the addition of Amplify Datastore, a programming model for leveraging shared and distributed data, allowing for the creation of cross-user data, removing the need to create additional code for offline and online scenarios. For more information about writing to the datastore, see the provided documentation site.
Additionally, Amplify Flutter includes new features such as an authentication interface, Amazon Simple Storage Service compatibility, and the recording of analytics. For more information, see the aws blog.
Image from Amazon AWS