- 13 Feb, 2016 1 commit
-
-
Collin Jackson authored
-
- 12 Feb, 2016 12 commits
-
-
Chinmay Garde authored
Allow users to upgrade their iOS engines without removing their edits to the Xcode project
-
Adam Barth authored
Add versionCode and versionName to default Android manifest
-
Adam Barth authored
These are required to upload to the store. Fixes #1006
-
Adam Barth authored
rename the apk/ directory to android/
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Ian Hickson authored
Ticker typedef had no defined return type
-
Adam Barth authored
-
Ian Hickson authored
Refactor MultiDragPointerState to support delays
-
Hixie authored
...even after winning the arena.
-
- 11 Feb, 2016 27 commits
-
-
Chinmay Garde authored
Write a REVISION file in the ios directory to aid in version checks
-
Chinmay Garde authored
-
Hans Muller authored
Added a Card demo
-
Ian Hickson authored
-
Hans Muller authored
-
Chinmay Garde authored
Explicitly specify the sdk and arch when building for an iOS device
-
Chinmay Garde authored
-
Jason Simmons authored
Change the text/selection value API of the input field
-
Devon Carew authored
-
Ian Hickson authored
Provide a Draggable that starts on drag
-
Hixie authored
This lets it cooperate with other gestures like tap. The way I implemented this was to refactor the entire Draggable gesture logic to use a new kind of gesture detector called MultiDragGestureRecognizer. It works a bit like MultiTapGestureRecognizer but for drags. Also some tweaks to the velocity estimator.
-
Jason Simmons authored
(see https://github.com/flutter/flutter/issues/1586)
-
Eric Seidel authored
Remove now-obsolete recipes and document our new infra
-
Eric Seidel authored
@abarth @chinmaygarde
-
Adam Barth authored
Teach run_mojo about Mozart
-
Adam Barth authored
Instead of running the FLX directly, we need to run mojo:launcher and have it run the FLX.
-
Devon Carew authored
wait for flutter start to return until the obs. port is available
-
Devon Carew authored
-
Ian Hickson authored
Clean up imports and exports.
-
Adam Barth authored
Add an example of creating a custom RenderBox
-
Ian Hickson authored
Each layer is supposed to reexport the parts of the previous layer that are part of its API. - In painting.dart, export from dart:ui all the Canvas-related APIs that make sense to be used at higher levels, e.g. PaintingStyle. - Delete painting/shadows.dart. It was dead code. - In rendering/object.dart, export all of painting.dart. - In widgets/basic.dart, export all of painting.dart and animation.dart. Some classes in animation/ are renamed to make this less disruptive and confusing to the namespace. - Split out Stocks back into an import model rather than a part model, so that it's easier to manage its dependencies on a per-file basis. - Move Ticker to scheduler library. - Remove as many redundant imports as possible now. - Some minor nit picking cleanup in various files.
-
Adam Barth authored
-
Adam Barth authored
Cleanup MixedViewport
-
Adam Barth authored
This patch fixes a couple minor bugs and cleans up MixedViewport a bit.
-
Todd Volkert authored
-
Hans Muller authored
Flutter gallery dialog demos
-
Hans Muller authored
-