Flutter 3.35.7 => 3.38.3 (#13612)

This commit is contained in:
Ed Reel
2025-11-24 08:13:01 -06:00
committed by GitHub
parent f36c11a87d
commit cf151cae42
2 changed files with 460 additions and 261 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3,11 +3,11 @@ 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 '3.35.7'
version '3.38.3'
license 'BSD-3'
compatibility 'x86_64'
source_url "https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_#{version}-stable.tar.xz"
source_sha256 '146df531f9ac6a11a918013c1a70faafc053d4811c8cb69a413fd70748d51c3d'
source_sha256 '73de8823f5fe67ae6829f9cf2d51fe0b1fbd776a3313275ab25415a15f624068'
depends_on 'libglu'