Skip to content

Instantly share code, notes, and snippets.

View dancamdev's full-sized avatar

Daniele Cambi dancamdev

View GitHub Profile
@dancamdev
dancamdev / flutter.rb
Last active July 12, 2020 18:15 — forked from flschweiger/flutter.rb
A Homebrew formula for the Flutter SDK
class Flutter < Formula
desc "Google’s UI toolkit for mobile, web, and desktop from a single codebase"
homepage "https://flutter.dev"
url "https://storage.googleapis.com/flutter_infra/releases/releases_macos.json"
version "sdk"
require 'json'
option "master", "Install the latest master release"
option "dev", "Install the latest dev release"