mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
Flutter 3.24.0 => 3.24.3 (#10469)
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
/usr/local/share/flutter/.git/index
|
||||
/usr/local/share/flutter/.git/info/exclude
|
||||
/usr/local/share/flutter/.git/logs/HEAD
|
||||
/usr/local/share/flutter/.git/objects/pack/pack-453cfd6969b02b7cb7e6158e9f81fac7e9f83906.idx
|
||||
/usr/local/share/flutter/.git/objects/pack/pack-453cfd6969b02b7cb7e6158e9f81fac7e9f83906.pack
|
||||
/usr/local/share/flutter/.git/objects/pack/pack-453cfd6969b02b7cb7e6158e9f81fac7e9f83906.rev
|
||||
/usr/local/share/flutter/.git/objects/pack/pack-ff098f33d9f9eea6d338f1a3039e660abe1eca9b.idx
|
||||
/usr/local/share/flutter/.git/objects/pack/pack-ff098f33d9f9eea6d338f1a3039e660abe1eca9b.pack
|
||||
/usr/local/share/flutter/.git/objects/pack/pack-ff098f33d9f9eea6d338f1a3039e660abe1eca9b.rev
|
||||
/usr/local/share/flutter/.git/shallow
|
||||
/usr/local/share/flutter/.gitattributes
|
||||
/usr/local/share/flutter/.github/ISSUE_TEMPLATE/10_feature.yml
|
||||
@@ -1935,6 +1935,7 @@
|
||||
/usr/local/share/flutter/dev/bots/serviceaccount.enc
|
||||
/usr/local/share/flutter/dev/bots/suite_runners/run_add_to_app_life_cycle_tests.dart
|
||||
/usr/local/share/flutter/dev/bots/suite_runners/run_analyze_tests.dart
|
||||
/usr/local/share/flutter/dev/bots/suite_runners/run_android_java11_integration_tool_tests.dart
|
||||
/usr/local/share/flutter/dev/bots/suite_runners/run_android_preview_integration_tool_tests.dart
|
||||
/usr/local/share/flutter/dev/bots/suite_runners/run_customer_testing_tests.dart
|
||||
/usr/local/share/flutter/dev/bots/suite_runners/run_docs_tests.dart
|
||||
@@ -9052,8 +9053,8 @@
|
||||
/usr/local/share/flutter/packages/flutter_tools/templates/xcode/ios/custom_application_bundle/Runner.xcworkspace.tmpl/contents.xcworkspacedata
|
||||
/usr/local/share/flutter/packages/flutter_tools/templates/xcode/ios/custom_application_bundle/Runner.xcworkspace.tmpl/xcshareddata/IDEWorkspaceChecks.plist
|
||||
/usr/local/share/flutter/packages/flutter_tools/templates/xcode/ios/custom_application_bundle/Runner.xcworkspace.tmpl/xcshareddata/WorkspaceSettings.xcsettings
|
||||
/usr/local/share/flutter/packages/flutter_tools/test/android_java11_integration.shard/android_dependency_version_checking_test.dart
|
||||
/usr/local/share/flutter/packages/flutter_tools/test/android_preview_integration.shard/README.md
|
||||
/usr/local/share/flutter/packages/flutter_tools/test/android_preview_integration.shard/android_dependency_version_checking_test.dart
|
||||
/usr/local/share/flutter/packages/flutter_tools/test/android_preview_integration.shard/flutter_build_preview_sdk_test.dart
|
||||
/usr/local/share/flutter/packages/flutter_tools/test/commands.shard/README.md
|
||||
/usr/local/share/flutter/packages/flutter_tools/test/commands.shard/hermetic/analyze_continuously_test.dart
|
||||
|
||||
@@ -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 '3.24.0'
|
||||
version '3.24.3'
|
||||
license 'BSD-3'
|
||||
compatibility 'x86_64'
|
||||
source_url 'https://github.com/flutter/flutter.git'
|
||||
|
||||
Reference in New Issue
Block a user