- 14 Jan, 2022 1 commit
-
-
Alberto authored
-
- 04 Dec, 2021 1 commit
-
-
xubaolin authored
-
- 01 Dec, 2021 1 commit
-
-
nt4f04uNd authored
-
- 04 Oct, 2021 1 commit
-
-
Greg Spencer authored
This does a cleanup of the examples, removing all of the "section" markers and extra comments that we don't need anymore now that the samples are no longer in the source code. It also removes the --template arguments from the {@tool dartpad} and {@tool sample} directives, since those are no longer used. It converts two examples that I discovered were still embedded into linked examples in the examples folder. I didn't delete the templates from the snippets config folder yet, because there are still embedded samples in the dart:ui package from the engine that use them. Once dart:ui no longer uses the templates, they can be removed. I bumped the version of the snippets package to pick up a change that allows removal of the --template argument.
-
- 25 Aug, 2021 1 commit
-
-
Greg Spencer authored
This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
-
- 04 Aug, 2021 1 commit
-
-
Viren Khatri authored
-
- 02 Jun, 2021 1 commit
-
-
Chinmoy authored
-
- 17 May, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit 4a720313.
-
Chinmoy authored
-
- 13 May, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 11 May, 2021 1 commit
-
-
Kate Lovett authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 17 Mar, 2021 1 commit
-
-
Kabo authored
-
- 15 Mar, 2021 1 commit
-
-
Abhishek Ghaskata authored
-
- 10 Mar, 2021 1 commit
-
-
Kate Lovett authored
-
- 18 Feb, 2021 1 commit
-
-
Kate Lovett authored
-
- 29 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 19 Jan, 2021 1 commit
-
-
xubaolin authored
-
- 16 Jan, 2021 1 commit
-
-
Jenn Magder authored
This reverts commit 99daddc2.
-
- 15 Jan, 2021 1 commit
-
-
xubaolin authored
-
- 14 Jan, 2021 1 commit
-
-
Kate Lovett authored
-
- 13 Jan, 2021 1 commit
-
-
Kate Lovett authored
-
- 23 Dec, 2020 1 commit
-
-
Kate Lovett authored
-
- 17 Dec, 2020 1 commit
-
-
Kate Lovett authored
-
- 11 Dec, 2020 1 commit
-
-
Kate Lovett authored
-
- 02 Nov, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 30 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 28 Oct, 2020 1 commit
-
-
Greg Spencer authored
Adds MediaQuery.maybeOf to replace calling MediaQuery.of(context, nullOk: true), and removes the nullOk parameter. Also changes MediaQuery.of to return a non-nullable value, and removes many instances of the ! operator, reducing the possible places where a null dereference could occur.
-
- 06 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
* migrate material to nullsafety * address review comments * address review comments * fix build
-
- 25 Sep, 2020 1 commit
-
-
Chinmoy authored
-
- 17 Jul, 2020 1 commit
-
-
Todd Volkert authored
* Make scrollbar thickness and radius customizable https://github.com/flutter/flutter/issues/29576 https://github.com/flutter/flutter/issues/36412 * Add docs for constants * No more magic numbers in test
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 29 May, 2020 1 commit
-
-
Justin McCandless authored
-
- 28 May, 2020 1 commit
-
-
Onat Çipli authored
-
- 27 Mar, 2020 1 commit
-
-
Onat Çipli authored
-
- 03 Mar, 2020 1 commit
-
-
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
-
- 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.
-
- 29 Oct, 2019 1 commit
-
-
Pieter van Loon authored
Drag from the right is no more Longpress is now only 100ms instead of 500 Added optional duration field to longpressgesturerecognizer Added controller field to material scrollbar api Haptic feedback only triggers when scrollbar is fully expanded Added haptic feedback when releasing the scrollbar after dragging it
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-