- 24 Jun, 2020 20 commits
-
-
stuartmorgan authored
Remove the version checking and associated warnings. The Linux template and build process will now be subject to more typical Flutter breaking change policy, and should no longer require regularly deleting and recreating the platform directory.
-
Justin McCandless authored
-
Jonah Williams authored
The vm_service_integration test flake is caused by trying to call the method before the framework is initialized (and the extension added). The run errors failure is caused by the error taking some time to propagate to the harness
-
engine-flutter-autoroll authored
-
David Worsham authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Chris Yang authored
-
chunhtai authored
* Add semantics sort key for modal scope and modal barrier * fix test * fix test * fix test * fix space * fix more tests * addressing comments
-
rami-a authored
-
Tianguang authored
-
Jonah Williams authored
Fix tests broken under tester
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Darren Austin authored
-
Jonah Williams authored
Fixes additional bugs uncovered by tester, style fixes to prevent suggested imports.
-
liyuqian authored
-
Justin McCandless authored
-
Chris Yang authored
-
Jonah Williams authored
Revert "[flutter_tools] separate target platform, host platform, and architecutre (#60119)" (#60147) This reverts commit 30d97d89.
-
- 23 Jun, 2020 20 commits
-
-
Jonah Williams authored
Update all versions, specifically file which fixes some bugs that caused tests to fail if run in different orders: - systemTemp directories created by MemoryFileSystem will allot names based on the file system instance instead of globally. - MemoryFile.readAsLines()/readAsLinesSync() no longer treat a final newline in the file as the start of a new, empty line. - RecordingFile.readAsLine()/readAsLinesSync() now always record a final newline.
-
Darren Austin authored
-
Dan Field authored
-
Justin McCandless authored
Use Dart's characters package to fix user-facing grapheme cluster bugs.
-
engine-flutter-autoroll authored
-
chunhtai authored
-
Christopher Fujino authored
-
Jenn Magder authored
-
Jenn Magder authored
-
David Iglesias authored
-
Jonah Williams authored
separate target platform, host platform, and architecture
-
engine-flutter-autoroll authored
-
Craig Edwards authored
-
Jonah Williams authored
-
chunhtai authored
-
Jonah Williams authored
* fix test compiler test * fix project test * fix flutter_platform_test * fix cocoapods test
-
MH Johnson authored
-
Dan Field authored
* Make upscaling images opt-in
-
Tonic Artos authored
This is a PR addressing #57226 - Proposal: New UI for Licenses Page. This PR replaces the previous single panel license page with one that uses a master/detail flow (MDFlow) to display packages and their respective licenses. The License Page API remains unchanged. The logic for processing the license data is kept largely the same. This PR changes how the licenses are displayed, by introducing a responsive UI using the master/detail UI pattern. For now I am calling it Master Detail Flow, or MDFlow. MDFlow manifests as two layouts depending on the screen size. On small and medium displays, as determined by the breakpoints given by the Material Design Spec, MDFlow utilises a nested layout. On large displays, MDFlow uses a two panel (lateral) layout. MDFlow is implemented in this PR using a Navigator for the nested layout, and a Stack for the lateral layout. The master and detail views are built using builders. For the interactive component, detail pages are requested from the master view using a proxy obtained by a widget lookup on the build context; MasterDetailFlow.of(context).
-