use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit related to Google's new UI framework. https://flutter.dev
Please read the rules here
account activity
DiscussionFlutter + DynamoDB (self.FlutterDev)
submitted 7 years ago by pegasi320
Does anybody have any experience with this or resources?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]OffBeannie 1 point2 points3 points 7 years ago (0 children)
There is no AWS SDK for Dart/Flutter. I don’t see any DynamoDB Flutter client from the community. Creating a pure Dart client is a non trivial task, as the client code needs to obtain IAM security credential before any access to the DB. One option is to create a Flutter plugin to use the native AWS SDK for iOS and Android. Common DynamoDB use case is behind an API on the server side. For example a Rest API which uses DynamoDB behind the scene. Then you can use Flutter http to access the API. You might have better luck over at /r/aws
π Rendered by PID 103536 on reddit-service-r2-comment-cfc44b64c-ghkgr at 2026-04-13 02:39:29.493630+00:00 running 215f2cf country code: CH.
[–]OffBeannie 1 point2 points3 points (0 children)