aws image gallery app
This project is based on AWS Amplify Flutter hand-on lab.
At the time this repository was created AWS Amplify Flutter was at developer preview and supported limited set of services.
- Authentication with Amazon AWS Cognito
- Storage with Amazon AWS S3
- Analytics with Amazon AWS Pinpoint
It's important to study current roadmap to understand future directions and ideas behind development.
Important: current focus is at Mobile and IOS & Android parity, not at Desktop or Web
Q. Will web and Desktop platform be supported? Not right away, our goal with this design is to keep the architecture flexible such that more platforms can be supported in the future.
It all worked pretty fine. I thinks aws-amplify-flutter is very promising technology.
Dart code on lab was not always completely tidy, but I added Very Good Analysis to project and styling was easy to fix.
SingUp was implemented in a way that didn't seem to work. I needed to read authentication docs and change it.
I added equatable helper lib for toString, but this wasn't really necessary, even if it helped a bit with console log debugging.
Navigation could be simplified using Flutter Bloc, but at this lab it was good to use basic flutter features.
For most part it was clear what one should do to follow lab, but it wasn't always evident to me.
Logs have lot of messages of deprecated dependencies, dependencies containing critical securita flaws, and there's some error messages which are confusing.
Removing project environment from AWS with "amplify delete" crashed, but other CLI commands worked as expected.