mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Flutter 2.10.2 => 3.0.5 (#7247)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user