Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | create |
Functions | |
def | create.create_asset (target_dir) |
def | create.main () |
Variables | |
string | create.BASE_URL = 'https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/%s' |
string | create.GCLOUD_BASE_NAME = 'google-cloud-sdk' |
string | create.GCLOUD_ARCHIVE = '%s-343.0.0-linux-x86_64.tar.gz' % GCLOUD_BASE_NAME |
string | create.GCLOUD_URL = BASE_URL % GCLOUD_ARCHIVE |