- 06 Jun, 2022 1 commit
-
-
Nils Reichardt authored
-
- 25 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `packages/flutter_driver` * Use `curly_braces_in_flow_control_structures` for `packages/flutter_goldens` * Use `curly_braces_in_flow_control_structures` for `packages/flutter_goldens_client` * Use `curly_braces_in_flow_control_structures` for `packages/flutter_localizations` * Use `curly_braces_in_flow_control_structures` for `packages/flutter_test` * Use `curly_braces_in_flow_control_structures` for `packages/flutter_web_plugins` * fix comments * Use `curly_braces_in_flow_control_structures` for `packages/integration_test` * fix indentation
-
- 08 Oct, 2021 1 commit
-
-
Konstantin Scheglov authored
-
- 12 Nov, 2020 1 commit
-
-
Darren Austin authored
Migrate flutter_localizations to null safety.
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 30 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 28 Jul, 2020 1 commit
-
-
Michael Goderbauer 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
-
- 14 May, 2020 1 commit
-
-
Darren Austin authored
-
- 25 Mar, 2020 1 commit
-
-
Darren Austin authored
Date Picker UI redesign
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 22 Nov, 2019 1 commit
-
-
Greg Spencer authored
No code changes, just comments: I spell-checked all the comments in the repo.
-
- 24 Apr, 2019 1 commit
-
-
xster authored
Cupertino localization step 8: create a gen_cupertino_localizations and generate one for cupertino english and french (#29824)
-
- 08 Apr, 2019 1 commit
-
-
xster authored
Cupertino localization step 6: add a GlobalCupertinoLocalizations base class with date time formatting (#29767)
-
- 05 Apr, 2019 1 commit
-
-
Tim Sneath authored
-
- 29 Mar, 2019 1 commit
-
-
xster authored
Cupertino localization step 3: in-place move some material tools around to make room for cupertino (#29644)
-
- 06 Mar, 2019 1 commit
-
-
Phil Quitslund authored
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 08 Nov, 2018 1 commit
-
-
Gary Qian authored
-
- 05 Nov, 2018 1 commit
-
-
Hans Muller authored
-
- 30 Oct, 2018 1 commit
-
-
Hans Muller authored
-
- 12 Oct, 2018 2 commits
-
-
matthew-carroll authored
This reverts commit 80f80ab0.
-
matthew-carroll authored
For G3 Roll: * Revert "MaterialButton must honor its minWidth and height parameters (#22919)" This reverts commit a0233233. * Revert "Update uses of ButtonTheme.bar: pass along the current Theme's colorScheme (#22827)" This reverts commit 655bf6a2. * Revert "ButtonTheme.of().colorScheme defers to Theme (#22880)" This reverts commit a590940e. * Revert "Bring TextTheme into alignment with the current Material spec (#22330)" This reverts commit 8bfb4b3e. * Revert "Added ColorScheme, updated ThemeData, ButtonTheme, material buttons (#22013)" This reverts commit eea3465a. * Manual adjustments to fix reversion issues.
-
- 10 Oct, 2018 1 commit
-
-
Hans Muller authored
-
- 02 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Sep, 2018 2 commits
-
-
Hans Muller authored
Replaced about 535 "TBD" translations with the real thing. Added remainingTextFieldCharacterCountTwo, remainingTextFieldCharacterCountMany, remainingTextFieldCharacterCountFew, to GlobalMaterialLocalizations
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 28 Aug, 2018 1 commit
-
-
Jonah Williams authored
-
- 21 Aug, 2018 1 commit
-
-
Ian Hickson authored
Fixes the pattern for some TODOs to match our style guide. (Also, a couple of minor code order fixes.)
-
- 08 Aug, 2018 1 commit
-
-
Hans Muller authored
-
- 03 Aug, 2018 1 commit
-
-
Ian Hickson authored
The following changes are made by this PR: * Translation bundles now implement MaterialLocalizations directly, and are public so that they can be directly extended. * The list of supported languages is now a generated constant. * The icuShortTimePattern/TimeOfDayFormat values are now pre-parsed. * Various other changes for consistency with the style guide and the rest of the codebase, e.g. the class names don't use `_`, the `path` library is imported as such, more dartdocs, fewer `// ignore`s, validation using exceptions. This reduces our technical debt benchmark.
-
- 02 Aug, 2018 2 commits
-
-
Alexandre Ardhuin authored
-
Michael Goderbauer authored
-
- 27 Jul, 2018 1 commit
-
-
Todd Volkert authored
It was causing problems rolling Flutter into Fuchsia
-
- 23 Jul, 2018 1 commit
-
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-
- 19 Jul, 2018 1 commit
-
-
Hans Muller authored
-
- 16 Jul, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit cc1cf13e.
-
Alexandre Ardhuin authored
-
- 09 Jul, 2018 1 commit
-
-
Hans Muller authored
-