- 04 May, 2016 13 commits
-
-
Phil Quitslund authored
More type annotations for literals.
-
Devon Carew authored
* better parsing of adb devices output * re-order lines
-
Ian McKellar authored
Fixes #3730
-
Devon Carew authored
-
krisgiesing authored
This aligns the analysis options used by 'flutter analyze' with the options used by Atom.
-
pq authored
The `flutter` package gets more types! Follow-up from: https://github.com/flutter/flutter/pull/3727.
-
Devon Carew authored
-
Phil Quitslund authored
Literals get type annotations.
-
pq authored
As per the recent fix to the `always_specify_types` lint (https://github.com/dart-lang/linter/issues/199), literal maps and lists are now expected to be explicitly typed. Running that lint on the repo identifies quite a few spots to update. This focuses on `flutter_driver` and `flutter_sprites` (somewhat arbitrarily) but the changes are fairly representative. Note there are a number of places where I made a quick judgement on how specific to make the types. Feedback on those is welcome. (Especially as we move forward with more.)
-
Ian Hickson authored
Turns out we were storing the same object in the base class and the subclass. For pretty much every AnimatedWidget subclass.
-
Adam Barth authored
Making progress towards document all public APIs in material.dart. We're still missing a few odds and ends (as well as missing docs in tabs.dart, tooltip.dart, and two_level_list.dart).
-
Hans Muller authored
* Gallery demo start-time performance test
-
Viktor Lidholt authored
-
- 03 May, 2016 18 commits
-
-
Yegor authored
The same can now be achieved using `flutter run --trace-startup --no-checked`.
-
Devon Carew authored
* make the usage text more visible * update the look of the usage text
-
Adam Barth authored
This patch completes the circuit on this library. The next step is to go through and add docs to anything we missed.
-
Ian Hickson authored
* ClipPath * Add a test for ClipOval and ClipPath
-
Ian Hickson authored
-
Adam Barth authored
We were looking for this service in the wrong service provider. Fixes #3683
-
Ian Hickson authored
-
Collin Jackson authored
Support for putting assets in android/assets folder (like ios/Resources)
-
Ian Hickson authored
* Track the worst frame in perf tests * Use backticks in "/// Returns `null` if"
-
Ian Hickson authored
This makes it easier to generate charts that show the engine time and the framework time separately.
-
Collin Jackson authored
-
Devon Carew authored
-
Adam Barth authored
Also, move the default theme transition duration into theme.dart.
-
Hans Muller authored
-
Hans Muller authored
* LayoutBuilder Widget
-
Devon Carew authored
* fix analysis errors * review comments; fix test * re-add an export for debugPrint
-
Eric Seidel authored
Add note about explicit `pub get` needed.
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/3493 - rebuild stateless widgets that have dependencies when their ancestors change but they don't Fixes https://github.com/flutter/flutter/issues/3120 - rebuild widgets that tried to inherit from a widget that didn't exist, when the widget is added This adds a pointer and a bool to Element, which isn't great. It also adds a more or less complete tree walk when you add a new Inherited widget at the top of your tree, which isn't cheap.
-
- 02 May, 2016 8 commits
-
-
Eric Seidel authored
@devoncarew @jason-simmons
-
Adam Barth authored
If there's a max height or width, we should factor that into the intrinsic sizing for the other dimension.
-
Adam Barth authored
We need to import these enums in order for the dartdoc to linkify correctly. Fixes #3668
-
Devon Carew authored
-
Jason Simmons authored
Check the adb install output for errors and stop "flutter run" if package installation fails (#3672)
-
Adam Barth authored
-
Jason Simmons authored
Also update the engine to a build where these tools have been uplaoded
-
Adam Barth authored
Fixes #3624
-
- 01 May, 2016 1 commit
-
-
Devon Carew authored
* Revert "Revert "Mega gallery (#3647)" (#3659)" This reverts commit ea62d31f. * fix the dev/dartdoc.dart script
-