gaaclarke
4943475c03
Added an embedder example ( #12808 )
2019-10-08 10:07:27 -07:00
Chinmay Garde
8a42213d03
Remove unused examples targets. ( #6882 )
...
These target are no longer built or referenced in either the Flutter or
Fuchsia buildroots. Similar examples are present in the examples/ directory
in the framework.
2018-11-16 12:31:25 -08:00
Michael Goderbauer
70a1106b50
Unify copyright lines ( #6757 )
2018-11-07 12:24:35 -08:00
Maxim Mazurok
c57d29ab61
Fixed typo ( #6717 )
...
In comments, replaced `...using using...` with just `...using...`
2018-11-01 15:15:18 -07:00
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