- 22 Oct, 2020 1 commit
-
-
Jenn Magder authored
* Add CocoaPods sudo installation note * Refer to instructions
-
- 13 Oct, 2020 1 commit
-
-
Jonah Williams authored
Remove "This is taking a long time" progress timeout and TimeoutConfiguration.
-
- 12 Oct, 2020 1 commit
-
-
Jonah Williams authored
HACKTOBERFEST
-
- 06 Oct, 2020 2 commits
-
-
Jonah Williams authored
Add some placeholder docs to the Cocoapods validator and Cocoapods class. Add the injected validator to globals. #47161
-
Jonah Williams authored
[flutter_tools] handle case where file is deleted by other program or running on read only volume (#66708) * [flutter_tools] handle case where file is deleted by other program * Add test cases * Update file_system.dart * Update file_system_test.dart * fix import * make a static on ErrorHandligFS * add support for no exit on failure * address comments * update doc comment to file or directory
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 12 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 11 May, 2020 1 commit
-
-
Jenn Magder authored
-
- 06 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 25 Mar, 2020 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 24 Mar, 2020 1 commit
-
-
Jenn Magder authored
-
- 18 Mar, 2020 1 commit
-
-
Jenn Magder authored
-
- 06 Mar, 2020 1 commit
-
-
Jenn Magder authored
-
- 04 Mar, 2020 1 commit
-
-
Christopher Fujino authored
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 03 Feb, 2020 1 commit
-
-
Zachary Anderson authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 17 Dec, 2019 1 commit
-
-
Jenn Magder authored
-
- 02 Dec, 2019 1 commit
-
-
Dan Field authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 19 Nov, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools/lib * address review comments * use castStringKeyedMap * introduce {bool,string,strings}Arg * fix ci
-
- 15 Oct, 2019 1 commit
-
-
Jenn Magder authored
-
- 30 Sep, 2019 1 commit
-
-
Jenn Magder authored
-
- 16 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 12 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 28 Aug, 2019 1 commit
-
-
Zachary Anderson authored
-
- 23 Aug, 2019 1 commit
-
-
Christopher Fujino authored
-
- 20 Aug, 2019 1 commit
-
-
Zachary Anderson authored
-
- 15 Jul, 2019 1 commit
-
-
Christopher Fujino authored
This updates the flutter tool cache to download binary files for ideviceinstaller, ios-deploy, libimobiledevice, and dynamically linked dependencies from Flutter's GCP bucket.
-
- 12 Jul, 2019 2 commits
-
-
Christopher Fujino authored
This reverts commit 14d489ad.
-
Christopher Fujino authored
This updates the flutter tool to cache binary files for ideviceinstaller, ios-deploy, libimobiledevice, and dynamically linked dependencies from Flutter's GCP bucket.
-
- 10 Jun, 2019 1 commit
-
-
Jenn Magder authored
Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#34167) Updates the Podfile template to use the CocoaPod disable_input_output_paths installation option which prevents the [CP] Embed Pods Frameworks build phase from outputting the Flutter.framework files.
-
- 04 Jun, 2019 3 commits
-
-
Jenn Magder authored
Revert "Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33852)" (#33882) This reverts commit d053fe5c.
-
Jenn Magder authored
Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33852) Updates the Podfile template to use the CocoaPod disable_input_output_paths installation option which prevents the [CP] Embed Pods Frameworks build phase from outputting the Flutter.framework files.
-
Jenn Magder authored
Revert "Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33684)" This reverts commit ef792fc3.
-
- 03 Jun, 2019 1 commit
-
-
Jenn Magder authored
Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33684) Updates the Podfile template to use the CocoaPod disable_input_output_paths installation option which prevents the [CP] Embed Pods Frameworks build phase from outputting the Flutter.framework files.
-
- 31 May, 2019 1 commit
-
-
stuartmorgan authored
Enables the CocoaPods-based plugin workflow for macOS. This allows a macOS project to automatically fetch and add native plugin implementations via CocoaPods for anything in pubspec.yaml, as is done on iOS.
-
- 25 May, 2019 1 commit
-
-
stuartmorgan authored
Splits Xcode validation out of the iOS validator and into a stand-alone validator, and groups the CocoaPods validator with that top-level validator instead of the iOS validator. iOS now validates only the iOS-specific tools (e.g., ideviceinstaller). Reorganizes many of the associated clases so that those that are used by both macOS and iOS live in macos/ rather than ios/. Moves some validators to their own files as part of the restructuring. This is the macOS portion of #31368
-