I'm building a Transcribe Streaming app in Dart/Flutter with websockets. When I stream the test audio (pulled from a mono, 16kHz, 16bit signed little endian WAV file),...
I am working on a Flutter App, where I upload image file (PUT Request) to AWS S3 using a presigned URL. The upload is successful as I can see the file in S3. But when...
I am trying to sign up a user using a simple code where I have hardcoded the email and password as well. the code looks as following: <pre><code>Future<String&g...
I am using <a href="https://pub.dev/packages/sigv4" rel="nofollow noreferrer">https://pub.dev/packages/sigv4</a> dart package to make a request to AWS Polly. I am gett...
How push notification work with AWS SNS and amplify?<br> What i guess is AWS SNS will send notification to FCM and SNS is triggering from backend then FCM will distri...
I recently upgraded my flutter application to Android V2, and also made my code null safe. Now when I try to run my code I get the below build error: <pre><...
I have a flutter app that uses Cognito for authentication. Unlike in Firebase the user needs to confirm the email address, so you can't proceed as a logged in u...
I've seen several methods and opinions -- including streaming the media (HLS, RTSP), or just using regular mp3, AAC, mp4, etc. What is the most common method for playi...
I want to upload an image to a S3 bucket using a AWS presigned key. This curl command works: curl -X PUT --upload-file file.txt "Signed Key (URL)" How...
<h2>Problem I need help with</h2> Assist with optimizing latency in its Short-Video Feed and solving intermittent performance bugs. A central feature of my...
I am trying to find the best practice for streaming images from s3 to client's app. I created a grid-like layout using flutter on a mobile device (similar to i...
I am trying to achieve a <a href="https://aws.amazon.com/getting-started/hands-on/build-flutter-app-amplify/module-one/" rel="nofollow noreferrer">course in AWS</a> to...
I have a Lambda function, which currently works. It takes three strings as input and makes an entry in DynamoDB. I have a Flutter app (which is additionally an...
I'm using <a href="https://pub.dev/packages/amazon_cognito_identity_dart_2" rel="nofollow noreferrer">amazon_cognito_identity_dart_2</a> for handling the authenticatio...
I have an existing AppSync API that I need to use in a new flutter app. After initializing amplify in my project, i run the command amplify add codegen --apiId...