11 Commits

Author SHA1 Message Date
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