- 19 Mar, 2020 1 commit
-
-
rami-a authored
-
- 03 Mar, 2020 2 commits
-
-
Shi-Hao Hong authored
-
Greg Spencer authored
This PR adds the linux and windows target platform enum values, along with automatically setting the defaultTargetPlatform to the appropriate value on those platforms. Fixes #31366
-
- 28 Feb, 2020 2 commits
-
-
Jonah Williams authored
This reverts commit 2132a0c7.
-
Justin McCandless authored
-
- 26 Feb, 2020 1 commit
-
- 25 Feb, 2020 1 commit
-
-
Ferhat authored
-
- 31 Jan, 2020 1 commit
-
-
Hans Muller authored
-
- 25 Jan, 2020 1 commit
-
-
Hans Muller authored
-
- 08 Jan, 2020 1 commit
-
-
Greg Spencer authored
-
- 13 Dec, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false in flutter/lib/src/material * address review comments
-
- 27 Nov, 2019 2 commits
-
-
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
-
Greg Spencer authored
This PR adds TargetPlatform.macOS to the TargetPlatform enum. This allows us to begin implementation of some adaptive UI based on which target platform is desired. I haven't updated the tests here, that will come in a follow-up PR.
-
- 22 Nov, 2019 2 commits
-
-
Greg Spencer authored
No code changes, just comments: I spell-checked all the comments in the repo.
-
Alexandre Ardhuin authored
* make BuildContext.{ancestorStateOfType,ancestorRenderObjectOfType,rootAncestorStateOfType} generic * make BuildContext.inheritFromWidgetOfExactType generic * make BuildContext.ancestorInheritedElementForWidgetOfExactType generic * make BuildContext.ancestorWidgetOfExactType generic * fix snippet * bump scoped_model on temp version * update names * Revert "bump scoped_model on temp version" This reverts commit d1fcbba028cdb07f44738d1652391692d1ea5ec0. * address review comments * fix ci * address review comments * repeat the deprecation notice * fix uppercase * use of recommanded deprecation syntax * address review comment
-
- 05 Nov, 2019 1 commit
-
-
Kate Lovett authored
SliverAppBar - Configurable overscroll stretch with callback feature & FlexibleSpaceBar support (#42250)
-
- 01 Nov, 2019 1 commit
-
-
creativecreatorormaybenot authored
-
- 17 Oct, 2019 1 commit
-
-
Hans Muller authored
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 17 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 Sep, 2019 1 commit
-
-
Andrew Brogdon authored
-
- 20 Aug, 2019 1 commit
-
-
Ian Hickson authored
-
- 21 May, 2019 1 commit
-
-
Shi-Hao Hong authored
-
- 13 May, 2019 1 commit
-
-
Shi-Hao Hong authored
* Add actions to AppBar sample doc
-
- 06 May, 2019 2 commits
-
-
Ian Hickson authored
This reverts commit 28b58db1.
-
Tiziano Munegato authored
-
- 02 May, 2019 1 commit
-
-
LongCatIsLooong authored
- Added docs to AppBar to cover AppBar's inherited MediaQuery when not used in a Scaffold in general - s/Hero]s/Hero]es/
-
- 03 Apr, 2019 1 commit
-
-
Michael Goderbauer 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.
-
- 26 Feb, 2019 1 commit
-
-
lsaudon authored
-
- 25 Feb, 2019 1 commit
-
-
rami-a authored
* Allow app bar actions to be themed independently if needed * Update SliverAppBar docs that were out of date * Clarify fallback behavior in a comment * Analyzer * Address PR feedback * Address PR feedback * Put back checks on actions icon theme * Address PR feedback * Retrigger CI
-
- 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
-
- 01 Feb, 2019 1 commit
-
-
MhdHejazi authored
-
- 22 Jan, 2019 1 commit
-
-
rami-a authored
This change creates an `AppBarTheme` to be used with `AppBar` widgets. This allows for users to theme their AppBars separately from their overall Theme if they choose.
-
- 16 Jan, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 07 Jan, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 18 Dec, 2018 2 commits
-
-
Alexandre Ardhuin authored
-
Michael Goderbauer authored
-
- 12 Dec, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 07 Dec, 2018 1 commit
-
-
Michael Goderbauer authored
-