Comment on Ready for Production Apps: Flutter Beta 3parentComments−isuckatcoding8yIt looks like you could "wrap" native libraries using custom packages: https://flutter.io/developing-packages/#plugin.I'm curious which AWS APIs you'd want to connect your mobile app directly to. S3/ SQS?−hazz998yI wanted to use Cognito & Lambda functions (Through the API Gateway). The AWS-Amplify library makes this super easy, but isn't available for Dart.If there's a better way, please let me know! I loved Flutter, and I loved Dart.
Comments
It looks like you could "wrap" native libraries using custom packages: https://flutter.io/developing-packages/#plugin.
I'm curious which AWS APIs you'd want to connect your mobile app directly to. S3/ SQS?
I wanted to use Cognito & Lambda functions (Through the API Gateway). The AWS-Amplify library makes this super easy, but isn't available for Dart.
If there's a better way, please let me know! I loved Flutter, and I loved Dart.