- 12 Oct, 2020 2 commits
-
-
Shi-Hao Hong authored
* Expose date symbols and patterns for en_US in framework
-
Sam Rawlins authored
-
- 07 Oct, 2020 1 commit
-
-
YeungKC authored
-
- 01 Oct, 2020 1 commit
-
-
Jacob MacDonald authored
-
- 23 Sep, 2020 2 commits
-
-
Jacob MacDonald authored
Updates all null safe dependencies to versions that allow 2.10 stable and 2.11 dev releases. Also updates flutter_goldens and flutter_goldens_client to allow 2.11 dev.
-
Shi-Hao Hong authored
-
- 21 Sep, 2020 1 commit
-
-
Yegor authored
-
- 19 Sep, 2020 1 commit
-
-
Jonah Williams authored
[versions] update to latest source span and roll engine to 4b8477d11573d233e6791204191c0090f733b05d (#66136)
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 13 Sep, 2020 1 commit
-
-
Greg Spencer authored
-
- 10 Sep, 2020 1 commit
-
-
Ben Konyi authored
-
- 19 Aug, 2020 1 commit
-
-
Rami authored
-
- 18 Aug, 2020 1 commit
-
-
Mehmet Fidanboylu authored
This reverts commit 1de673bc.
-
- 13 Aug, 2020 1 commit
-
-
Rami authored
-
- 11 Aug, 2020 1 commit
-
-
Shi-Hao Hong authored
* Regenerate _no.arb and _nb.arb from scratch * Revert no <--> nb synonym logic
-
- 06 Aug, 2020 3 commits
-
-
Nolan Scobie authored
* Add punctuation for unterminated sentences in doc comments * Addressing review nit
-
Darren Austin authored
-
Shi-Hao Hong authored
-
- 04 Aug, 2020 1 commit
-
-
Rami authored
-
- 03 Aug, 2020 2 commits
-
-
Darren Austin authored
-
Jonah Williams authored
-
- 30 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 28 Jul, 2020 2 commits
-
-
Michael Goderbauer authored
-
Jonah Williams authored
-
- 24 Jul, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit c46aa360.
-
Alexandre Ardhuin authored
-
- 23 Jul, 2020 1 commit
-
-
Yazeed Al-Khalaf authored
*
Fix Spelling Issues in Main README.md * Fix spelling issues in dev README.md * Fix spelling issues in complex_layout README.md * Fix spelling issues in macrobenchmarks README.md * Fix spelling issues in platform_views_layout README.md * Fix spelling issues in test_Apps/stocks README.md * Fix spelling issues in bots README.md * Spell Check dev/ci README.md * Spell Check dev/ci/docker_linux README.md * Spell Check dev/devicelab README.md * Spell Check dev/docs README.md * Spell Check dev/snippets README.md * Spell Check dev/snippets/config/templates README.md * Spell Check dev/tools/gen_keycodes README.md * Spell Check dev/tools/vitool README.md * Spell Check examples/catalog README.md * Spell Check examples/flutter_view README.md * Spell Check examples/image_list README.md * Spell Check examples/layers README.md * Spell Check examples/platform_channel README.md * Spell Check examples/platform_channel_swift README.md * Spell Check examples/platform_view README.md * Spell Check packages/_flutter_web_build_script README.md * Spell Check packages/flutter_localizations README.md * Spell Check packages/flutter_tools README.md * Spell Check CODE_OF_CONDUCT.md * Spell Check dev/integration_test/android_splash_screens/splash_Screen_load_rotate README.md * Spell Check dev/integration_test/android_views README.md * Spell Check dev/integration_tests/flutter_driver_screenshot_test README.md * Spell Check dev/integration_tests/flutter_gallery README.md * Spell Check dev/integration_tests/gradle_deprecated_settings README.md * Spell Check dev/integration_tests/ios_add2app_life_cycle README.md * Spell Check dev/integration_tests/ios_host_app README.md * Spell Check dev/integration_tests/ios_platform_view_tests README.md * Spell Check dev/automated_tests/flutter_test README.md * Spell Check .github/PULL_REQUEST_TEMPLATE.md * Spell Check .hithub/ISSUE_TEMPLATE/ACTIVATION.md * Spell Check .github/ISSUE_TEMPLATE/BUG.md * Spell Check .github/ISSUE_TEMPLATE/feature_request.md * Spell Check .github/ISSUE_TEMPLATE/performance_others.md * Spell Check .github/ISSUE_TEMPLATE/performance_speed.md * Spell Check packages/flutter_tools/doc/daemon.md * Spell Check packages/flutter_tools/fuchsia_enrtypoint_shim/README.md * Minimize line to 80 columns * Minimize line to 80 columns * Fix Typo * Chnaged numbers to 1 for testing purposes * Changed numbers to 1 for testing purposes * Remove 'a' which is a typo * Change a sentence to be better * Remove 'a' which is a typo * Fix small issue * Fix small typo * Fix some typos * Remove trailing space * Remove trailing space * Fix small typo * Fix Typo * Fix small bug
-
- 17 Jul, 2020 2 commits
-
-
Christopher Fujino authored
-
Ming Lyu (CareF) authored
This reverts commit b7b60a2d.
-
- 16 Jul, 2020 3 commits
-
-
Ming Lyu (CareF) authored
-
- 09 Jul, 2020 2 commits
-
-
Alexandre Ardhuin authored
-
Shi-Hao Hong authored
* Normalize Pashto incomplete translations * Add comment to README.md about incomplete Pashto support
-
- 07 Jul, 2020 1 commit
-
-
Dan Field authored
Roll packages, update XML deprecations.
-
- 30 Jun, 2020 1 commit
-
-
Greg Spencer authored
This amends #57588 by adding code that also handles the zero license case, and adds translation strings for that.
-
- 29 Jun, 2020 1 commit
-
-
Darren Austin authored
-
- 24 Jun, 2020 1 commit
-
-
rami-a authored
-
- 23 Jun, 2020 2 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.
-
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).
-