๐—”๐—ช๐—ฆ ๐—”๐—บ๐—ฝ๐—น๐—ถ๐—ณ๐˜† ๐—™๐—น๐˜‚๐˜๐˜๐—ฒ๐—ฟ ๐—ฆ๐—ป๐—ถ๐—ฝ๐—ฝ๐—ฒ๐˜, ๐—ฎ๐—ป ๐—ฒ๐˜…๐˜๐—ฒ๐—ป๐˜€๐—ถ๐—ผ๐—ป ๐—ณ๐—ผ๐—ฟ ๐—ฉ๐—ฆ๐—–๐—ผ๐—ฑ๐—ฒ

Cong Nguyen Dinh
Nov 13, 2020

--

40+ Flutter code snippets for Amazon Web Services (AWS) Amplify (Flutter), which will help you speed up your Flutter development workflow.
The snippets are covering the following topics: Authentication, Analytics, Dependencies, Storage, Creating a new project.

Every snippet contains a brief description so that you donโ€™t need to search in the documentation.

You can find the extension under the name
๐—”๐—ช๐—ฆ ๐—”๐—บ๐—ฝ๐—น๐—ถ๐—ณ๐˜† ๐—™๐—น๐˜‚๐˜๐˜๐—ฒ๐—ฟ ๐—ฆ๐—ป๐—ถ๐—ฝ๐—ฝ๐—ฒ๐˜.
Download the application directly from the VSCode Marketplace.

Commands and Documentation

commands and documentation

Example

Prerequisites

  • Node.js v10.x or later
  • npm v5.x or later
  • git v2.14.1 or later
  • Amplify CLI
  • Install Flutter version 1.20.0 or higher
  • Setup your IDE
  • Android API level 16 (Jelly Bean) or higher
  • iOS platform version of at least 11.0. Create AWS Account

Terminal commands which are good to know

  • npm install -g @aws-amplify/cli@flutter-preview
  • amplify configure
  • amplify add analytics
  • amplify add auth
  • amplify add storage
  • amplify push
  • amplify console analytics

Marketplace:https://marketplace.visualstudio.com/items?itemName=congnguyendinh0.aws-amplify-flutter-snippet

Github:https://github.com/congnguyendinh0/aws-amplify-flutter-snippet

โ€” -
If you like the product, feel free to leave a comment, rate the extension on the marketplace, star the repo, and tag your friends in the comments.

Also if you find any bugs or have ideas for improvement, please create a pull request or issue.
โ€”
It always feels great to contribute to the Open Source Community. I hope that a lot of people will see this post, and use this extension for their future projects. You can join the real-time conversation on the Amplify Discord Server

--

--