- 07 Sep, 2021 1 commit
-
-
Anis Alibegić authored
-
- 02 Sep, 2021 1 commit
-
-
Jacob MacDonald authored
-
- 23 Aug, 2021 1 commit
-
-
Christopher Fujino authored
-
- 18 Aug, 2021 1 commit
-
-
Christopher Fujino authored
-
- 16 Aug, 2021 1 commit
-
-
Gary Qian authored
-
- 15 Aug, 2021 1 commit
-
-
Pierre-Louis authored
* Improved update_icons.dart * Handle _ * Update dartdoc * Rename function * formatting * fix type * Refactor ID generation * rename * cleanup * update comment * replace typedef with type
-
- 12 Aug, 2021 1 commit
-
-
Greg Spencer authored
Switch document generation to use the snippets package instead of the snippets code in the Flutter repo. In the process, some bugs in sample code analysis have been fixed, and I've fixed some more errors in the samples. This will allow the snippets package to be developed separately from the Flutter repo, and reduce the code in the Flutter repo. The snippets code is deleted in this PR. I also converted some comments in the snippet templates to be regular comments instead of doc comments, because having a doc comment block before the imports causes the Dart import sorter to lose the comment. They should have been regular comments in the first place. The snippets package resides in the assets-for-api-docs repo. The sample analysis has also been converted to be run in parallel, and I've bumped the Dartdoc version to 1.0.2.
-
- 03 Aug, 2021 1 commit
-
-
Anna Gringauze authored
- Update dwds and and the rest of the packages Closes: https://github.com/flutter/flutter/issues/87100
-
- 29 Jul, 2021 2 commits
- 28 Jul, 2021 1 commit
-
- 27 Jul, 2021 1 commit
-
-
Tong Mu authored
-
- 26 Jul, 2021 1 commit
-
-
Tong Mu authored
-
- 22 Jul, 2021 2 commits
-
-
Jacob MacDonald authored
-
Anna Gringauze authored
* Upgrade all packages In particular, bring in dwds with latest fixes for flakes. Closes: https://github.com/flutter/flutter/issues/85043 Related: https://github.com/flutter/flutter/issues/85575 * Re-enable fixed tests * Disable failing test due to DDS issue
-
- 20 Jul, 2021 2 commits
-
-
Pierre-Louis authored
-
Greg Spencer authored
The (new, not yet used) code gen for iOS was setting up a std::map from key codes to logical and physical key codes, but it was using uint32_t, which isn't big enough to hold the Flutter key codes. Also, iOS needs to be able to filter out function keys, so I added a function key set.
-
- 19 Jul, 2021 1 commit
-
-
Christopher Fujino authored
-
- 15 Jul, 2021 1 commit
-
-
Pierre-Louis authored
* Fix sorting * Update icons.dart * [Fonts] Use instead matching instead of prefix * Add new
-
- 14 Jul, 2021 3 commits
-
-
Pierre-Louis authored
* Fix sorting * Update icons.dart
-
Eng Zer Jun authored
-
Tong Mu authored
This PR updates the ID used by logical keyboard keys. The logical key ID is still composed of 2 parts: 32 bits of value, and 8 bits of plane. But the assignment of planes has been drastically changed. HID plane is removed, and unprintable plane and Flutter plane are added. This is to reflect the new generation method for logical key IDs. Now keys that are defined by Flutter but not by dom_key_data are placed into the Flutter plane, including numpad keys, sided modifier keys, and gamepad keys. The values for platform planes have also been adjusted. The generation script and README have been updated accordingly as well. A new file, test_utils/key_codes.h is now generated to assist engine unit testing. All lists generated by the script are now sorted by the key.
-
- 09 Jul, 2021 1 commit
-
-
Yegor authored
* [web] move e2e tests from flutter/engine to flutter/flutter * flutter update-packages --force-upgrade
-
- 08 Jul, 2021 1 commit
-
-
Christopher Fujino authored
-
- 03 Jul, 2021 1 commit
-
-
Ian Hickson authored
-
- 01 Jul, 2021 1 commit
-
-
Ahmed Ashour authored
-
- 30 Jun, 2021 2 commits
-
-
Mouad Debbar authored
-
- 28 Jun, 2021 2 commits
-
-
Filip Hracek authored
-
- 27 Jun, 2021 1 commit
-
-
Dan Field authored
-
- 23 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 22 Jun, 2021 1 commit
-
-
Phil Quitslund authored
-
- 17 Jun, 2021 1 commit
-
-
Tong Mu authored
-
- 15 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 14 Jun, 2021 2 commits
-
-
Greg Spencer authored
This adds avoid_dynamic_calls to the list of lints, and fixes all instances where it was violated. Importantly, this lint is NOT turned on for flutter/packages/test, because those changes are happening in another PR: #84478
-
Abhishek Ghaskata authored
migrate localization to null safety
-
- 09 Jun, 2021 1 commit
-
-
Abhishek Ghaskata authored
-
- 08 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 07 Jun, 2021 1 commit
-
-
Michael Goderbauer authored
-