- 10 Apr, 2019 1 commit
-
-
xster authored
Cupertino localization step 7: modularize material specific things out of gen_localizations.dart (#29822)
-
- 05 Apr, 2019 1 commit
-
-
Tim Sneath authored
-
- 03 Apr, 2019 1 commit
-
-
xster authored
Cupertino localization step 4: let generated date localization combine material and cupertino locales (#29650)
-
- 02 Apr, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 29 Mar, 2019 2 commits
-
-
xster authored
Cupertino localization step 3: in-place move some material tools around to make room for cupertino (#29644)
-
Jonah Williams authored
-
- 28 Mar, 2019 2 commits
-
-
Francisco Magdaleno authored
-
Jonah Williams authored
-
- 18 Mar, 2019 1 commit
-
-
Francisco Magdaleno authored
-
- 15 Mar, 2019 2 commits
-
-
xster authored
-
Brian Wilkerson authored
-
- 10 Mar, 2019 1 commit
-
-
Dan Field authored
* Run non-perf sensisitive tests on Cirrus
-
- 06 Mar, 2019 2 commits
-
-
Dan Field authored
* Wrap test.main with a custom processor * Report test results to bigquery table
-
Phil Quitslund authored
-
- 01 Mar, 2019 4 commits
-
-
Jonah Williams authored
-
Ja Young Lee authored
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
Jonah Williams authored
-
- 28 Feb, 2019 1 commit
-
-
Greg Spencer authored
Fix the spelling errors in the dartdocs for the framework. There are no functionality changes here, just documentation fixes.
-
- 22 Feb, 2019 1 commit
-
-
Stanislav Baranov authored
-
- 15 Feb, 2019 1 commit
-
-
Greg Spencer authored
This converts all remaining "## Sample code" segments into snippets, and fixes the snippet generator to handle multiple snippets in the same dartdoc block properly. I also generated, compiled, and ran each of the existing application samples, and fixed them up to be more useful and/or just run without errors. This PR fixes these problems with examples: 1. Switching tabs in a snippet now works if there is more than one snippet in a single dartdoc block. 2. Generation of snippet code now works if there is more than one snippet. 3. Contrast of text and links in the code sample block has been improved to recommended levels. 4. Added five new snippet templates, including a "freeform" template to make it possible to show examples that need to change the app instantiation. 5. Fixed several examples to run properly, a couple by adding the "Scaffold" widget to the template, a couple by just fixing their code. 6. Fixed visual look of some of the samples when they run by placing many samples inside of a Scaffold. 7. In order to make it easier to run locally, changed the sample analyzer to remove the contents of the supplied temp directory before running, since having files that hang around is problematic (only a problem when running locally with the `--temp` argument). 8. Added a `SampleCheckerException` class, and handle sample checking exceptions more gracefully. 9. Deprecated the old "## Sample code" designation, and added enforcement for the deprecation. 10. Removed unnecessary `new` from templates (although they never appeared in the samples thanks to dartfmt, but still). Fixes #26398 Fixes #27411
-
- 08 Feb, 2019 1 commit
-
-
Greg Spencer authored
This adds support for logical and physical key information inside of RawKeyEvent. This allows developers to differentiate keys in a platform-agnostic way. They are able to tell the physical location of a key (PhysicalKeyboardKey) and a logical meaning of the key (LogicalKeyboardKey), as well as get notified of the character generated by the keypress. All of which is useful for handling keyboard shortcuts. This PR builds on the previous PR (#27620) which generated the key code mappings and definitions.
-
- 07 Feb, 2019 1 commit
-
-
Greg Spencer authored
This adds a keycode generator that incorporates input from the Chromium and Android source trees, as well as some local tables, to generate static constants for the LogicalKeyboardKey and PhysicalKeyboardKey classes, as well as mappings from each of the platforms we support so far (currently only Android and Fuchsia). This code generator parses the input files, generates an intermediate data structure (`key_data.json`) that is checked in, and then generates the Dart sources for these classes and some static maps that will also be checked in (but are not included in this PR). The idea is that these codes don't change often, and so we don't need to generate them on every build, but we would like to be able to update them easily in the future if new data becomes available. If the existing data disappears or becomes unusable, we can maintain the checked-in data structure by hand if necessary, and still be able to generate the code. This PR only contains the code generator, not the classes themselves. In another follow-on PR, I'll run the generator and check in the output of the generator.
-
- 04 Feb, 2019 1 commit
-
-
Janice Collins authored
-
- 29 Jan, 2019 1 commit
-
-
Jonah Williams authored
-
- 28 Jan, 2019 1 commit
-
- 26 Jan, 2019 1 commit
-
-
Jonah Williams authored
-
- 25 Jan, 2019 1 commit
-
-
Dan Field authored
* Update packages * Change test for isFile
-
- 15 Jan, 2019 2 commits
-
-
Dan Field authored
* remove ignore_for_file lints * update comments * remove example
-
Janice Collins authored
-
- 11 Jan, 2019 1 commit
-
-
Chris Bracken authored
80 characters was short enough that after the XML boilerplate in the response, all we got was 'The'.
-
- 10 Jan, 2019 1 commit
-
-
Chris Bracken authored
When downloading the ObjC/Java API docs, check the HTTP response status code and if not 200, attempt up to 5 times before giving up.
-
- 09 Jan, 2019 1 commit
-
-
jxltom authored
* Remove *.lock from gitignore * Remove pubspec.lock from gitignore
-
- 08 Jan, 2019 1 commit
-
-
Danny Tuppeny authored
-
- 22 Dec, 2018 1 commit
-
-
Hans Muller authored
-
- 11 Dec, 2018 1 commit
-
-
Greg Spencer authored
This sets the favicon for the offline Dash/Zeal docs. Also, sets up the OpenSearch Description metadata file so that people can create custom search shortcuts for the API docs site. Fixes #6412
-
- 28 Nov, 2018 1 commit
-
-
Greg Spencer authored
Now that dartdoc automatically generates snapshots for external dart tools, I can remove my path hack from the dartdoc_options.yaml file. This will allow other packages to again build dartdocs (e.g. plugins) that link to Flutter's dartdocs, and allow me to re-enable dartdoc's cross-linking test that was disabled because of this hack.
-
- 11 Nov, 2018 1 commit
-
-
Jonah Williams authored
-
- 10 Nov, 2018 1 commit
-
-
Todd Volkert authored
* Re-order platform_integration to be more featured * Remove flutter_goldens_client * Fix snippet precompilation to always run `pub get` and to detect snapshot failure
-
- 09 Nov, 2018 1 commit
-
-
Todd Volkert authored
-