Commit Graph

438 Commits

Author SHA1 Message Date
P.Y. Laligand 194fb81209 [fuchsia] Removed the flutter_app template. (#4511)
It is moving to the Fuchsia codebase.
2018-01-04 09:20:41 -08:00
P.Y. Laligand 419ee7c355 Update the location of Flutter packages. (#4257) 2017-10-20 14:25:49 -07:00
P.Y. Laligand 5fae5d52cf Allow the project to be mapped to a location other than //flutter. (#4203)
This is for Fuchsia where we would like it to be located at //third_party/flutter.
2017-10-13 17:00:58 -07:00
P.Y. Laligand 3e4d42b8f3 Add empty pubspec.yaml files. (#4212)
They help the analysis service identify packages and are now mandatory on Fuchsia.
2017-10-12 14:46:51 -07:00
P.Y. Laligand 472596fe3b Properly pass the disable_analysis parameter. (#4177)
Added it to a few targets.
2017-10-06 10:48:25 -07:00
Ryan Macnak 2455f209d0 [fuchsia] Make it easy to flip the whole system between flutter_jit_app and flutter_aot_app. (#3873) 2017-07-19 14:21:02 -07:00
P.Y. Laligand 3ddf163063 Fixed some analysis issues. (#3656) 2017-05-05 18:37:40 -07:00
P.Y. Laligand 89ec057e38 Add missing dependency. (#3643) 2017-05-02 15:30:48 -07:00
Ryan Macnak 71456a6801 Fuchsia AOT: (#3626)
- Fix flutter_aot_app template for moved Flutter tool GN label.
 - Add missing dart:io tree-shaking roots.
 - Add example AOT app to catch future breakage.
2017-04-25 13:28:52 -07:00
Ian Hickson bcc8779cb8 Remove the Point class. (#3567)
* Remove the Point class.

* Add Size.contains and Rect.translate for consistency

* Make Offset and Size compare == with subclasses.

Without this we would break the _DebugSize hack.

* Fix copy/pasta

* Fix the examples in the engine repo
2017-04-12 13:45:46 -07:00
Adam Barth cd14345215 Update for API change (#3176) 2016-10-27 10:19:30 -07:00
Adam Barth 31161a9568 Update examples for window.physicalSize (#3086)
Now the engine always gives values in physical pixels.
2016-10-01 10:01:41 -07:00
Adam Barth 8d102cbe40 Add hello_flutter and make it work on Fuchsia (#3016) 2016-09-11 15:53:48 -07:00
James Robinson dcb026188a [build] Add new flutter_app GN template for Fuchsia style package management (#2999) 2016-09-01 23:01:58 -07:00
Adam Barth bb80218df8 Add spinning_square example (#2928)
Also, teach gn how to build application bundles.
2016-08-15 23:07:19 -07:00
Kris Giesing 0a8a13f519 Remove examples directory 2015-11-09 12:56:44 -08:00
Adam Barth 6f811f02e0 Merge pull request #2009 from abarth/rm_packages
Remove Dart packages which have moved to flutter.dart
2015-11-07 00:47:54 -08:00
Adam Barth 150bbf6c7a Remove Dart packages which have moved to flutter.dart 2015-11-07 00:34:12 -08:00
Adam Barth d74bcd10ef Merge pull request #1972 from krisgiesing/examples
Add flutter.yaml for address_book example
2015-11-06 20:33:34 -08:00
Hixie cb43463e3a Teach Block about padding.
It's common to want a scrolling viewport but with padding around the
contents. Teaching Block about this makes the places that do this
substantially simpler and further buries ScrollableViewport and
BlockBody (they're now only used in scrollable.dart).
2015-11-05 17:14:27 -08:00
Hans Muller 0de65b49e1 Replace Align shrinkWrap parameter with widthFactor and heightFactor 2015-11-05 16:45:05 -08:00
Kris Giesing 39da5d0e59 Remove unneeded flutter.yaml property 2015-11-05 15:25:17 -08:00
Kris Giesing f32360a822 Add flutter.yaml for address_book example 2015-11-05 15:20:05 -08:00
Hixie 386ba7e8d9 Make Draggable use gestures
Draggable is now itself a gesture arena member. This means it won't
conflict with other gesture recognisers in the same path.

This also allows variants of Draggable that are triggered by other
gestures.

Also, some cleanup of DoubleTapGestureRecognizer, GestureDetector, and
PrimaryPointerGestureRecognizer.

Also, make MultiTapGestureRecognizer support a timeout for longpress.

Also, make Draggable data be typed.

Also, hide warnings about constructor warnings for now. Analyzer doesn't
support them yet. (Have to do this on a per-line basis)

Directions for future research:
 - animating the avatar (enter/exit transitions)
 - interaction with the navigator (canceling a drag on page navigation, etc)
 - double-tap draggable
2015-11-05 15:16:59 -08:00
Matt Perry f64f9fd0ef Fix updater. It was looking for the wrong files. 2015-11-05 17:56:50 -05:00