- 11 Apr, 2022 1 commit
-
-
Kate Lovett authored
-
- 04 Apr, 2022 1 commit
-
-
godofredoc authored
-
- 30 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 03 Mar, 2022 1 commit
-
-
Greg Spencer authored
This change adds some localizations for keyboard keys that will be used in creating shortcut descriptions in menus.
-
- 02 Nov, 2021 1 commit
-
-
godofredoc authored
-
- 08 Oct, 2021 1 commit
-
-
Konstantin Scheglov authored
-
- 17 Aug, 2021 1 commit
-
-
Todd Volkert authored
-
- 16 Jun, 2021 1 commit
-
-
greymag authored
-
- 09 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Jun, 2021 2 commits
-
-
Ray Rischpater, KF6GPE authored
Co-authored-by:
Shi Hao Hong <shihaohong94@gmail.com>
-
Anis Alibegić authored
-
- 01 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 22 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 16 Apr, 2021 1 commit
-
-
Ray Rischpater, KF6GPE authored
-
- 23 Mar, 2021 1 commit
-
-
Shi-Hao Hong authored
-
- 02 Feb, 2021 1 commit
-
-
Jan Lübeck authored
-
- 25 Jan, 2021 1 commit
-
-
Shi-Hao Hong authored
-
- 08 Jan, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 12 Nov, 2020 1 commit
-
-
Darren Austin authored
Migrate flutter_localizations to null safety.
-
- 11 Nov, 2020 1 commit
-
-
xster authored
-
- 29 Oct, 2020 1 commit
-
-
Danny Lin authored
-
- 27 Oct, 2020 1 commit
-
-
Daniel Edrisian authored
-
- 26 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Oct, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit ae06c19a.
-
Alexandre Ardhuin authored
-
- 12 Oct, 2020 1 commit
-
-
Shi-Hao Hong authored
* Expose date symbols and patterns for en_US in framework
-
- 07 Oct, 2020 1 commit
-
-
YeungKC authored
-
- 23 Sep, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst 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 2 commits
-
-
Nolan Scobie authored
* Add punctuation for unterminated sentences in doc comments * Addressing review nit
-
Shi-Hao Hong authored
-
- 30 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 28 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 09 Jul, 2020 1 commit
-
-
Shi-Hao Hong authored
* Normalize Pashto incomplete translations * Add comment to README.md about incomplete Pashto support
-
- 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 1 commit
-
-
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).
-
- 19 Jun, 2020 1 commit
-
-
Sam Rawlins authored
Due to a bug in analyzer [1], some unused imports are not reported when multiple import directives share a prefix name, and one or more are unused. [1] https://github.com/dart-lang/sdk/issues/38784
-