- 12 Jun, 2019 1 commit
-
-
- 11 Jun, 2019 5 commits
-
-
Emmanuel Garcia authored
Fixes timeout when running gradle_plugin_test
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 10 Jun, 2019 6 commits
-
-
Jonah Williams authored
-
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.
-
Jonah Williams authored
-
Shi-Hao Hong authored
* Add dartdoc generation README helper images * Add test doc generation workflow section * Add info about interpolating into templates
-
Emmanuel Garcia authored
* Gradle generates ELF shared libraries instead of AOT snapshots. * `flutter build apk/appbundle` supports multiple `--target-platform` and defaults to `android-arm` and `android-arm64`. * `flutter build apk` now has a flag called `--split-per-abi`.
-
Jonah Williams authored
-
- 09 Jun, 2019 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
Revert "Generate ELF shared libraries and allow multi-abi libs in APKs and App bundles (#33696)" (#34121)
-
Emmanuel Garcia authored
* Gradle generates ELF shared libraries instead of AOT snapshots. * `flutter build apk/appbundle` supports multiple `--target-platform` and defaults to `android-arm` and `android-arm64`. * `flutter build apk` now has a flag called `--split-per-abi`.
-
- 07 Jun, 2019 7 commits
-
-
Gary Qian authored
Reland "Text inline widgets, TextSpan rework (#30069)" with improved backwards compatibility (#34051)
-
Jonah Williams authored
-
Dan Field authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 06 Jun, 2019 2 commits
-
-
Jonah Williams authored
-
Gary Qian authored
-
- 05 Jun, 2019 3 commits
-
-
Greg Spencer authored
This adds support for game controller buttons. It adds some supplemental USB HID codes that aren't available from the Chromium source code, and maps those on Android to the game pad buttons that Android supports. Other platforms are not supported yet.
-
Jonah Williams authored
-
- 04 Jun, 2019 9 commits
-
-
Gary Qian authored
* Merge in changes for inline widgets * Make analyzer happy, fix tests * Fix analyzer * Add missing doc * Docs on RichText * Fix analyzer some more * Remove whitespace at end of line * Update goldens * Text fixes * Analyzer
-
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.
-
Kaushik Iska authored
* Add an image cache benchmark for a monochrome image
-
Gary Qian authored
-
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.
-
Greg Spencer authored
This implements the keyboard shortcut handling and action invocation in order to provide a place in the infrastructure for keyboard events to trigger actions. This will allow binding of key events to actions like "move the focus to the next widget" and "activate button".
-
Jonah Williams authored
-
Greg Spencer authored
This adds a list of key synonyms for non-printable keyboard keys that appear in more than one place So keys like LogicalKeyboardKey.shiftLeft and LogicalKeyboardKey.shiftRight now can be mapped to just LogicalKeyboardKey.shift. I also fixed a bug in the gen_keycodes tool where GLFW entries would get removed if they weren't parsed from the source on the web.
-
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 4 commits
-
-
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.
-
Jenn Magder authored
-
a-deeb authored
-
Ian Hickson authored
-