- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 16 Jun, 2020 1 commit
-
-
Jonah Williams authored
This command was previously used by the re-entrant build scripts in xcode_backend.sh and build.gradle. These have since been refactored to use flutter assemble. Deprecation the command in preparation for removal in a future release of flutter. The only current use is a test on HHH
-
- 25 Mar, 2020 1 commit
-
-
Jonah Williams authored
This will allow experimenting with the remove to string transformer before we're ready to turn it on by default. This doesn't work for web yet since we use dart2js instead of the frontend_server for producing kernel
-
- 20 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 19 Mar, 2020 3 commits
-
-
Jonah Williams authored
Reland of #52091
-
Jonah Williams authored
This reverts commit f65421aa.
-
Jonah Williams authored
Remove dependency injection from GenSnapshot and AotBuilder and update tests to use FakeProcessManager
-
- 10 Mar, 2020 1 commit
-
-
Jonah Williams authored
This option was defaulting to on, which was tickling some benchmarks
-
- 06 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 05 Mar, 2020 2 commits
-
-
Jonah Williams authored
Revert "[flutter_tools] Allow providing dart-defines to Android, iOS, macOS builds (#51714)" (#52041) This reverts commit ee60eeea.
-
Jonah Williams authored
-
- 05 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 10 Jan, 2020 1 commit
-
-
Emmanuel Garcia 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
-
- 10 Nov, 2019 1 commit
-
-
Yegor authored
-
- 06 Nov, 2019 1 commit
-
-
xster authored
-
- 30 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 10 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 12 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 29 Aug, 2019 1 commit
-
-
Dan Field authored
-
- 28 Aug, 2019 3 commits
-
-
Dan Field authored
-
Jonah Williams authored
This reverts commit 202c1b42.
-
Dan Field authored
-
- 17 Aug, 2019 1 commit
-
-
Todd Volkert authored
We were using the `defaults` command-line utility to parse Plist files, but it was never supported by Apple, and it appears that in an upcoming OS release, it will be less likely to work: > WARNING: The defaults command will be changed in an upcoming > major release to only operate on preferences domains. General > plist manipulation utilities will be folded into a different > command-line program. Fixes https://github.com/flutter/flutter/issues/37701
-
- 16 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 15 Aug, 2019 1 commit
-
-
Dan Field authored
-
- 30 Jul, 2019 1 commit
-
-
Dan Field authored
-
- 24 Jul, 2019 1 commit
-
-
Ian Hickson authored
-
- 19 Jul, 2019 1 commit
-
-
Dan Field authored
-
- 27 Jun, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Jun, 2019 1 commit
-
-
Todd Volkert authored
Android now exclusively uses ELF shared libraries, and iOS uses assembly.
-
- 22 Apr, 2019 1 commit
-
-
Jonah Williams authored
add ignorable track-widget-creation flag to build and remove --track-widget-creation from xcode backend aot build aot (#31399)
-
- 08 Apr, 2019 1 commit
-
-
Jonah Williams authored
Reland: Ensure that flutter run/drive/test/update_packages only downloads required artifacts (#30254)
-
- 03 Apr, 2019 1 commit
-
-
Vyacheslav Egorov authored
This flag makes flutter build aot report timings for substeps (e.g. frontend compilation and gen_snapshot) in a machine readable form.
-
- 30 Mar, 2019 2 commits
-
-
Jonah Williams authored
Revert "Ensure that flutter run/drive/test/update_packages only downloads required artifacts (#30075)" (#30232)
-
Jonah Williams authored
-
- 27 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-