Skip to content

Install Flutter if it doesn't exist #26

@shrop

Description

@shrop

Add something like below to the bootstrap script. Sample code by Bayo Fodeke.

# Install Flutter if it doesn't exist.
  if ! command -v flutter &> /dev/null; then
    mkdir -p $HOME/development
    git clone https://github.com/flutter/flutter.git -b stable
    mv flutter $HOME/development/
  fi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions