Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
create.py File Reference

Go to the source code of this file.

Namespaces

namespace  create
 

Functions

 create.create_asset (target_dir)
 
 create.main ()
 

Variables

str create.BASE_URL = 'https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/%s'
 
str create.GCLOUD_BASE_NAME = 'google-cloud-sdk'
 
str create.GCLOUD_ARCHIVE = '%s-343.0.0-linux-x86_64.tar.gz' % GCLOUD_BASE_NAME
 
str create.GCLOUD_URL = BASE_URL % GCLOUD_ARCHIVE