DEV Community

Heitor Ramon Ribeiro
Heitor Ramon Ribeiro

Posted on

Extra: Android, Flutter & AWS

Android

  • Instal JDK

Visit Oracle JDK Download and download the latest JDK

  • Install Gradle
brew install gradle
Enter fullscreen mode Exit fullscreen mode

Flutter

  • Install
brew install flutter
brew install cocoapods
Enter fullscreen mode Exit fullscreen mode
  • Check for errors with Flutter doctor
flutter doctor
Enter fullscreen mode Exit fullscreen mode

Aws

  • Install
brew install awscli aws-keychain aws-elasticbeanstalk
Enter fullscreen mode Exit fullscreen mode

Top comments (0)