Flutter 2.10.2 => 3.0.5 (#7247)

This commit is contained in:
Ed Reel
2022-08-02 20:40:57 -05:00
committed by GitHub
parent 13845e6361
commit 3a9903db27

View File

@@ -3,7 +3,7 @@ require 'package'
class Flutter < Package
description "Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase."
homepage 'https://flutter.dev/'
version '2.10.2'
version '3.0.5'
license 'BSD-3'
compatibility 'all'
source_url 'https://github.com/flutter/flutter.git'
@@ -11,6 +11,8 @@ class Flutter < Package
depends_on 'libglu'
no_compile_needed
def self.build
system 'bin/flutter'
end