- 16 Mar, 2020 1 commit
-
-
Michael Thomsen authored
Move Flutter Gallery to dev/integration_tests/ as it is an older copy used only for testing. The current version of the Flutter Gallery now lives in https://github.com/flutter/gallery.
-
- 06 Mar, 2020 1 commit
-
-
Greg Spencer authored
Remove a target platform override that is no longer needed (I missed this in #51519).
-
- 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.
-
- 20 Nov, 2019 1 commit
-
-
Jonah Williams authored
-
- 25 Mar, 2019 1 commit
-
-
Danny Tuppeny authored
The @flutterio account now just directs people to @FlutterDev: https://twitter.com/flutterio
-
- 06 Sep, 2018 2 commits
-
-
Devon Carew authored
-
liyuqian authored
The average frame time of page transitions on Moto G4 is now very close to 16ms (the last 10 measurements on our dashboard are between 15.5ms to 16.7ms and half of them are below 16ms). It is now much faster than when we disabled it (which was at about 35ms). So I think that we should be able to enable it by default. I'll leave the flag there until we implement the retained rendering to bring the frame time comfortably below 16ms. See https://github.com/flutter/flutter/issues/13736
-
- 18 Aug, 2018 1 commit
-
-
Ian Hickson authored
* Fixes resulting from audit of issues links I looked at every link to GitHub in our repo. For cases where we had a TODO that was waiting for a bug to be fixed, and the bug has now been fixed, I applied the pending change. For cases where the link was out of date, I updated the link. * Update run_test.dart skip this test again since it failed on linux and macos bots
-
- 28 May, 2018 1 commit
-
-
Todd Volkert authored
https://github.com/flutter/flutter/issues/17956 * Add a `debugInstrumentAction()` method that will wrap an action in a stopwatch and print the time it took to run the action. * Add a global `debugInstrumentationEnabled` that will control whether `debugInstrumentAction()` does anything (even in debug builds). * Add some basic instrumentation to `registerServiceExtension()` * Temporarily enable the `debugInstrumentationEnabled` flag in the Gallery to give us better visibility into what's happening in https://github.com/flutter/flutter/issues/17956
-
- 17 Mar, 2018 1 commit
-
-
xster authored
-
- 21 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
* make @immutable const * fix build
-
- 28 Nov, 2016 1 commit
-
-
Seth Ladd authored
because this is the most full-featured sample we have.
-
- 09 May, 2016 1 commit
-
-
Hans Muller authored
-
- 09 Feb, 2016 1 commit
-
-
Hans Muller authored
-
- 05 Feb, 2016 2 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
- 04 Feb, 2016 3 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
Hans Muller authored
-
- 03 Feb, 2016 3 commits
-
-
Viktor Lidholt authored
-
Alexandre Ardhuin authored
Fixes #1537
-
Hans Muller authored
Add support for the appbar behavior described in the "Flexible space with image" section of https://www.google.com/design/spec/patterns/scrolling-techniques.html#scrolling-techniques-scrolling.
-
- 22 Jan, 2016 2 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
- 20 Jan, 2016 2 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
- 07 Jan, 2016 1 commit
-
-
Hans Muller authored
-
- 16 Dec, 2015 1 commit
-
-
Hans Muller authored
-
- 30 Nov, 2015 1 commit
-
-
Hans Muller authored
The TabBar's selection is now represented by a TabBarSelection object which encapsulates both the previous and currently selected indices and the Performance used to animate the selection indicator. Added a TabBarView class which displays a tab's contents. It uses a shared TabBarSelection to stay in sync with a TabBar. The TabBarView scrolls in sync with the TabBar when the selection changes. Eventually it will allow one to fling the selection forward or backwards. Added a tabBar property to ToolBar. Typically the corresponding TabBarView will be the body of the toolbar's Scaffold. Removed TabNavigatorView and TabNavigator. Added a widget gallery tabs demo page. Removed the old tabs demo.
-
- 26 Nov, 2015 2 commits
-
-
Adam Barth authored
- These controls now have proper radial reactions. - You can drag the switch. - The radio button animates properly. - There's a demo in the Material Gallery
-
Adam Barth authored
Also, clean up the main.dart file to prepare for making dynamic theme changes.
-
- 25 Nov, 2015 2 commits
-
-
Adam Barth authored
The slider in this patch works, but it's missing animations and many subtle touches.
-
Devon Carew authored
-
- 24 Nov, 2015 2 commits
-
-
Adam Barth authored
You can't actually pick a time with the time picker yet, but this patch adds most of the plumbing.
-
Adam Barth authored
-
- 23 Nov, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
http://www.google.com/design/spec/components/chips.html#chips-behavior This patch adds support for deletable and non-deleteable chips, but doesn't yet add support for contact chips. Also, demo the chips in a new Material Gallery app that will let us demo our gallery of widgets in a single app.
-