- 09 Jul, 2020 4 commits
-
-
Robert Ancell authored
-
Alexandre Ardhuin authored
-
Renzo Olivares 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.
-
- 26 Jun, 2020 1 commit
-
-
Shi-Hao Hong authored
* Update the arb filename parsing to account for underscores * Generalize the locale searching algorithm * Update filename and @@locale behavior to require them to match
-
- 23 Jun, 2020 3 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.
-
Robert Ancell authored
-
Robert Ancell authored
-
- 19 Jun, 2020 1 commit
-
-
Jonah Williams authored
Fixes #59718 Update all versions, specifically dwds which has a hot restart fix
-
- 16 Jun, 2020 2 commits
-
-
Per Classon authored
After Dart VM change we are now required to use loadLibrary on an import whenever it is imported as deferred. See: https://dart-review.googlesource.com/c/sdk/+/149613
-
Christopher Fujino authored
-
- 11 Jun, 2020 1 commit
-
-
Jonah Williams authored
-
- 29 May, 2020 1 commit
-
-
Tianguang authored
* Run `flutter update-packages --force-upgrade`. * Update test to 1.14.5.
-
- 16 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 14 May, 2020 1 commit
-
-
Darren Austin authored
Updated gen_missing_localizations to copy the english strings instead of using 'TBD' for other locales. (#57053)
-
- 13 May, 2020 1 commit
-
-
Anna Gringauze authored
-
- 11 May, 2020 2 commits
-
-
Nate Bosch authored
When `const LocalPlatform` is used immediately and not passed as a dependency it does not have utility over the static properties from `dart:io`. Remove these uses to reduce the noise around how the instantiable `Platform` class is used.
-
Christopher Fujino authored
-
- 08 May, 2020 2 commits
-
-
Christopher Fujino authored
-
Shi-Hao Hong authored
-
- 07 May, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 02 May, 2020 1 commit
-
-
Shi-Hao Hong authored
* Run encode kn character encoding tool when gen_localizations is run * Add test that ensures *_kn.arb files are properly encoded/escaped in order to be checked in * Fix *_no.arb test to not incorrectly pass
-
- 01 May, 2020 2 commits
-
-
Hans Muller authored
-
Jonah Williams authored
-
- 28 Apr, 2020 2 commits
-
-
Shi-Hao Hong authored
* Fix breaking change introduced by gen_l10n output-dir option
-
Shi-Hao Hong authored
* Add new output-dir option for gen_l10n tool
-
- 23 Apr, 2020 1 commit
-
-
Dan Field authored
-
- 22 Apr, 2020 2 commits
-
-
Kate Lovett authored
-
Jonah Williams authored
-
- 16 Apr, 2020 2 commits
-
-
Michael Thomsen authored
-
Christopher Fujino authored
-
- 15 Apr, 2020 2 commits
-
-
Jacob MacDonald authored
## Description Removes the `flutter_test` dependency on `quiver`, instead using the more targeted `clock` and `fake_async` packages. ## Related Issues https://github.com/flutter/flutter/issues/53908 ## Tests No changes to tests ## Checklist Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`). This will ensure a smooth and quick review process. - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I signed the [CLA]. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] All existing and new tests are passing. - [x] The analyzer (`flutter analyze --flutter-repo`) does not report any problems on my PR. - [x] I am willing to follow-up on review comments in a timely manner. ## Breaking Change Did any tests fail when you ran them? Please read [Handling breaking changes]. - [ ] No, no existing tests failed, so this is *not* a breaking change. - [x] Yes, this is a breaking change. *If not, delete the remainder of this section.* - [x] I wrote a design doc: https://docs.google.com/document/d/1EkkLbECNBwHgddBQAZqEy7iQLTIxR1rgChKzxcLwhio/edit - [x] I got input from the developer relations team, specifically from: @RedBrogdon - [x] I wrote a migration guide: https://github.com/flutter/website/pull/3932 <!-- Links --> [issue database]: https://github.com/flutter/flutter/issues [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Test Coverage]: https://github.com/flutter/flutter/wiki/Test-coverage-for-package%3Aflutter [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [Handling breaking changes]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
-
tauu authored
Co-authored-by: Georg Wechslberger <wechslbe@ma.tum.de>
-
- 10 Apr, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 09 Apr, 2020 3 commits
-
-
Jacob MacDonald authored
-
Per Classon authored
-
Shi-Hao Hong authored
* Generate methods using template resources if they do not exist in other locales * Added a flag to either output of messages that have not been translated with detail into a file, or display a summary on the terminal. * Add integration test for fallback message usage
-
- 08 Apr, 2020 2 commits
-
-
Shi-Hao Hong authored
-
Francisco Magdaleno authored
-