Skip to content

m18h/flutter-build-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Flutter Build Environment

A Flutter build environment, to aide in CI/CD workflows.

NOTE: Currently only works with Android

Components

  • Android SDK (API 29)
  • Gradle
  • Flutter
  • Ruby (for Fastlane)

Use

NOTE: Add below to your gradle build repositories (if unable to resolve artifacts)

maven {
    url 'https://dl.google.com/dl/android/maven2'
}

Credit

Inspired by AndroidSDK

Releases

No releases published

Packages

No packages published