- 28 Mar, 2021 1 commit
-
-
Tong Mu authored
-
- 27 Mar, 2021 1 commit
-
-
Tong Mu authored
-
- 25 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 24 Mar, 2021 2 commits
-
-
Tong Mu authored
- Remove `LogicalKeyboardKey.keyLabel` - Make `Physical/LogicalKeyboardKey.debugName` getters - Make `Physical/LogicalKeyboardKey()` factory constructors, which cache non-predefined instances.
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 03 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 16 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 04 Feb, 2021 1 commit
-
-
Dan Field authored
-
- 13 Jan, 2021 1 commit
-
-
Robert Ancell authored
Fixes https://github.com/flutter/flutter/issues/68713
-
- 07 Jan, 2021 1 commit
-
-
Ian Hickson authored
-
- 24 Dec, 2020 1 commit
-
-
Darren Austin authored
-
- 05 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 04 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 26 Oct, 2020 1 commit
-
-
Jacob MacDonald authored
* update pinned null safety deps * run update-packages * add http dep to devicelab package * rerun update-packages
-
- 22 Oct, 2020 1 commit
-
-
puelo authored
* Added RawKeyEvent support for iOS * Removed unused remnant * added some missing keys * Removed trailing whitespaces * commit for build * Added mapping names * Made iOS keycodes generatable and collectable * Fixed naming and formatting issues * fixed raw_keyboard_test
-
- 12 Oct, 2020 1 commit
-
-
Sam Rawlins authored
-
- 25 Sep, 2020 1 commit
-
-
Android Dev Notes authored
-
- 23 Sep, 2020 1 commit
-
-
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.
-
- 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
-
- 15 Sep, 2020 1 commit
-
-
Greg Spencer authored
Fix the `character` field of the `RawKeyEvent` to hold correct data on non-Android platforms. (#65667) This fixes a problem where the character field of the RawKeyEvent was not being set at all for non-Android platforms. I also updated the key maps, and corrected a problem with the Windows key map where the backquote character wasn't correctly mapped.
-
- 19 Aug, 2020 2 commits
-
-
Jonah Williams authored
-
Greg Spencer authored
This standardizes the handling of nullability for the LogicalKeyboardKey.keyLabel and RawKeyEventData.keyLabel accessors so that they are non-nullable, but can be empty. Before this change, the keyLabel could be either null or an empty string to indicate that there wasn't a label, which makes it harder to test for, since both need to be checked for. Since an empty string is sufficient, there is no need for it to be nullable. Also, in raw_keyboard.dart, the web and Windows implementations wouldn't accept null values for parameters in the Map coming from the message, but tests were supplying null for some of them. This makes web and Windows creation of events match the other platforms, and makes the migration of tests to non-nullability easier.
-
- 03 Aug, 2020 2 commits
-
-
Jacob MacDonald authored
Updates all the dependencies used in the most basic test and flutter_test isolates.
-
Jonah Williams authored
-
- 31 Jul, 2020 1 commit
-
-
Alexandre Ardhuin authored
NNBD migration for services
-
- 29 Jul, 2020 1 commit
-
-
Tong Mu authored
* Split gen_keycode to make maintenance easier.
-
- 28 Jul, 2020 1 commit
-
-
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 1 commit
-
-
Ming Lyu (CareF) authored
-
- 09 Jul, 2020 2 commits
-
-
Robert Ancell authored
-
Alexandre Ardhuin authored
-
- 23 Jun, 2020 1 commit
-
-
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.
-