- 28 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 17 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 15 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 09 Dec, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 0b6b3eec.
-
Jenn Magder authored
-
- 08 Dec, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 70f8fdee.
-
Jenn Magder authored
-
- 25 Aug, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] support code size tooling on iOS, linux, windows, macOS, and Android on Windows (#63610) Adds support for size analysis on iOS, macOS, linux, and Windows - using an uncompressed directory based approach. The output format is not currently specified. Adds support for size analysis on android on windows, switching to package:archive Updates the console format to display as a tree, allowing longer paths. Increases the number of dart libraries shown (to avoid only ever printing the flutter/dart:ui libraries, which dominate the size)
-
- 09 Jun, 2020 1 commit
-
-
Jonah Williams authored
Adds support for --bundle-sksl-path to windows, linux, macOS, and iOS. Fixes #53115
-
- 04 Jun, 2020 1 commit
-
-
Jonah Williams authored
Also combines experiments into extraGenSnapshot/ExtraFrontEndOptions. Allows providing --no-sound-null-safety to allow out of order migration and running.
-
- 27 May, 2020 1 commit
-
-
Dan Field authored
When you run this, bash complains that `local` is only valid in functions. Gets rid of that extraneous warning.
-
- 04 May, 2020 1 commit
-
-
Jonah Williams authored
Ensure --no-track-widget-creation is piped through android/macOS. Adds integration testing for iOS/android/macOS
-
- 01 May, 2020 1 commit
-
-
Jonah Williams authored
Ensure iOS and android builds can be correctly cached. Use the performance-measurement-file to verify that all targets were skipped on the second invocation. This is only run on the flutter_gallery build.
-
- 22 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 16 Apr, 2020 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit b8bd09db.
-
Jonah Williams authored
-
- 15 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 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
-
- 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
-
- 27 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 07 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 Feb, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 05 Feb, 2020 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
-
- 28 Aug, 2019 2 commits
-
-
Jonah Williams authored
-
stuartmorgan authored
The name is very misleading at this point, since it does substantially more than build flutter_assets. Name it more generically as a wrapper for 'assemble' for macOS builds.
-
- 23 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 15 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 06 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 01 Aug, 2019 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 31 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 30 May, 2019 1 commit
-
-
stuartmorgan authored
Rather than macos/Flutter containing a mixture of files that should and shouldn't be checked in, create clear locations for: - Files that are "owned" by Flutter, but should be checked in (Flutter/). This will contain files like the top-level Flutter xcconfigs, generated plugin registrants, etc. - Files that are generated by Flutter on the fly, and should not be checked in (Flutter/ephemeral/). This will contain Flutter SDK caches, the generated xcconfig, etc. Also adds Flutter-owned Debug and Release xcconfig variants, in preparation for PodSpec tooling.
-
- 12 May, 2019 1 commit
-
-
stuartmorgan authored
- Removes SYMROOT from the Generated.xcconfig. Having it causes current versions of Xcode to switch the project's build output to "Legacy", which causes anything not overridden to use a project-relative build directory instead of a shared directory in DerivedData, breaking anything with subprojects that it depends on. This means that `flutter run` and builds from Xcode will use completely different build directories, but that each should be internally consistent. - Moves the FlutterMacOS.framework to $SRCROOT/Flutter. This is consistent with the approach we're moving to for all desktop platforms, and avoids issues finding it now that SYMROOT doesn't match for the two different build modes. Fixes #32494
-
- 09 May, 2019 1 commit
-
-
stuartmorgan authored
Bash assignment doesn't have spaces around '='. Fixes #32341
-
- 24 Apr, 2019 1 commit
-
-
Jonah Williams authored
-