- 13 Feb, 2019 16 commits
-
-
Alexander Aprelev authored
This reverts commit 965dc52e as performance gains seems to outweigh compressed apk size increase.
-
Marco Scannadinari authored
-
Michael Goderbauer authored
-
Tim Traversy authored
-
Kartik Sharma authored
-
jslavitz authored
* Fixes offset and unblocks roll
-
Jonah Williams authored
This reverts commit 76061c4f.
-
Jonah Williams authored
-
Hans Muller authored
-
KyleWong authored
This PR aims at several things: 1. Use pub_semver to check a version in pubspec.yaml meets the requirements specified in https://semver.org/. 2. Don't limit build-number/build-name as a fixed format. Instead, validate it according to the target(ios/android). 3. Make sure that build-number/build-name are always validated no matter it's specified by the `flutter command` or version in pubspec.yaml. Fixes #27589
-
KyleWong authored
* Make plugin path search logic use version check as a fallback. * In JetBrainsToolbox, Info.plist would be just some kind of wrapper, we need a double check before get the real one. * Use Regex to get content instead of `default command` to avoid error output as there could be no JetBrainsToolboxApp key/value for a normal Info.plist(Android Studio.)
-
KyleWong authored
When creating a flutter project, Make sure: applicationid for android conforms to: https://developer.android.com/studio/build/application-id Make sure: bundleid for ios conforms to: https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/understanding_utis/understand_utis_conc/understand_utis_conc.html (Not only the name,but also the organization, as it's a check for whole bundleid.)
-
Greg Spencer authored
This makes Android raw key event handling use the "character" data coming from the engine properly, and gets rid of the "toLowerCase" hack that I was using to normalize logical key events, in favor of using the new "plainCodePoint" that has the unmodified code point (the code point as if no modifier keys were pressed).
-
xster authored
-
Jonah Williams authored
-
Michael Goderbauer authored
-
- 12 Feb, 2019 23 commits
-
-
Raouf Rahiche authored
just a small typo the word "the constraints" is duplicated
-
xster authored
-
Gary Qian authored
-
Jake Gough authored
* Update stepper.dart Added 'physics' prop which allows the developer to assign the Stepper's scroll view's 'ScrollPhysics' which can solve with unwanted scrolling behaviour if the parent is also a scroll view. Defaults to 'AlwaysScrollableScrollPhysics' if null. * Update stepper.dart Removed unnecessary import and defaulting to 'AlwaysScrollableScrollPhysics' if physics prop is null. * Update stepper.dart Ran through format to remove unwanted whitespace which Analysis isn't happy about. * Update stepper.dart Tried reformatting again. * Update stepper.dart Tried reformatting again. * Update stepper.dart Formatting again why do you hate me github editor. * Update stepper.dart * Update stepper.dart if this format doesn't work i'll cry * Update stepper_test.dart Added Stepper scroll tests. One that fails to find Text after Stepper if physics left as null and one that succeeds if physics set to `ClampingScrollPhysics()` * Update stepper_test.dart Added const constructors * Update stepper_test.dart trying to get rid of whitespace again * Update stepper_test.dart * Update stepper_test.dart why whitespace why * Update stepper_test.dart * Update stepper_test.dart * Update stepper_test.dart * Update stepper_test.dart Swapped to `findsNothing` because I'm an idiot. * Update stepper_test.dart * Update stepper.dart
-
rami-a authored
[Material] Update the card demo in the Gallery to demonstrate different uses of the Card widget (#27699) Additionally, this adds a tappable Card example to the Card documentation.
-
vanya elizarov authored
-
Ian Hickson authored
This pattern is problematic when Flutter is ported to build systems that require each executable end-point to be self-contained (e.g. Bazel).
-
Dan Field authored
-
Dan Field authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/713fe130eb02...d48de7a3ec97 git log 713fe130eb0200412b04cc0c3356fce5f6f98153..d48de7a3ec97ebf7ffe543aa74993efa51064789 --no-merges --oneline d48de7a3e Support for binary decompression of dynamic patches. (flutter/engine#7777) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (liyuqian@google.com), and stop the roller if necessary.
-
TruongSinh Tran-Nguyen authored
-
KyleWong authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/713fe130eb02...d48de7a3ec97 git log 713fe130eb0200412b04cc0c3356fce5f6f98153..d48de7a3ec97ebf7ffe543aa74993efa51064789 --no-merges --oneline d48de7a3e Support for binary decompression of dynamic patches. (flutter/engine#7777) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (chinmaygarde@google.com), and stop the roller if necessary.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/4663d357a360...713fe130eb02 git log 4663d357a36043b7dcafa01fc88511f457cc1319..713fe130eb0200412b04cc0c3356fce5f6f98153 --no-merges --oneline 713fe130e Roll src/third_party/skia 103288b50fa7..454e5fb7457d (11 commits) (flutter/engine#7792) 87b40ba97 Allow embedders to specify pointer device IDs. (flutter/engine#7790) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (chinmaygarde@google.com), and stop the roller if necessary.
-
KyleWong authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/3a1a604d71a4...4663d357a360 git log 3a1a604d71a464b5b6013eed52a4c3657f0cce3c..4663d357a36043b7dcafa01fc88511f457cc1319 --no-merges --oneline 4663d357a Recommended implementation of combining characters implementation. (flutter/engine#7758) d52121271 Revert "Roll src/third_party/dart fdfe40ea95..de2e7e7721 (7 commits)" (flutter/engine#7789) a003c4678 Roll src/third_party/dart fdfe40ea95..de2e7e7721 (7 commits) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (chinmaygarde@google.com), and stop the roller if necessary.
-
KyleWong authored
-
Jonah Williams authored
-
Stanislav Baranov authored
This reduces the typical dynamic patch size by more than 10x. Also see https://github.com/flutter/engine/pull/7777 for decompression support in the runtime.
-
engine-flutter-autoroll authored
3a1a604d7 Roll src/third_party/skia 77a1a7e6182e..103288b50fa7 (16 commits) (flutter/engine#7787) (#27804) https://github.com/flutter/engine/compare/f8042799641e...3a1a604d71a4 git log f8042799641e67ab5907e59078e08538c9eb5023..3a1a604d71a464b5b6013eed52a4c3657f0cce3c --no-merges --oneline 3a1a604d7 Roll src/third_party/skia 77a1a7e6182e..103288b50fa7 (16 commits) (flutter/engine#7787) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (chinmaygarde@google.com), and stop the roller if necessary.
-
KyleWong authored
Currently, in pubspec.yaml, semver.org is referred to for more about versioning. However, the versionCode/versionName could differ on different platforms (iOS, Android, Dart). This adds more clear and complete information that could help users to understand it better. See: #27251
-
- 11 Feb, 2019 1 commit
-
-
Hans Muller authored
-