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
P.Y. Laligand
3ddf163063
Fixed some analysis issues. ( #3656 )
2017-05-05 18:37:40 -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
31161a9568
Update examples for window.physicalSize ( #3086 )
...
Now the engine always gives values in physical pixels.
2016-10-01 10:01:41 -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