gaaclarke
78a8ca0f62
Made Picture::toImage happen on the IO thread with no need for an onscreen surface. ( #9813 )
...
Made Picture::toImage happen on the IO thread with no need for a surface.
2019-07-15 17:16:20 -07:00
Jonah Williams
146646d1b9
Correct greater than or equal logic in offset base ( #8210 )
2019-03-19 13:41:47 -07:00
Dan Field
6179ac6377
fix up analysis for Dart in Engine ( #7404 )
...
* fix up analysis for Dart in Engine, particularly for tests
2019-01-11 13:50:58 -08:00
Jason Simmons
a0dff815e1
Update test and license scripts for Dart SDK 2.1.0 ( #6254 )
2018-09-14 11:29:51 -07:00
Ben Konyi
2983e5db4b
Pinned versions of package:test and package:path for testing/dart tests ( #5522 )
2018-06-13 12:59:45 -07:00
Todd Volkert
d15dc76ea7
Fix broken Chromebot build ( #5018 )
2018-04-16 15:10:40 -07:00
Todd Volkert
4eaf2c2fea
Return raw (unencoded) bytes in Image.toByteData() ( #5008 )
...
Building image encoding into the engine bloated the
binary size. This change will return raw bytes, and
callers who use this functionality can take on the
dependency on image encoding in their apps (via a
Dart package or a platform plugin).
Fixes https://github.com/flutter/flutter/issues/16537
2018-04-16 12:39:46 -07:00
Jason Simmons
d92d4c1b03
Script that runs engine unit tests and Dart tests of engine APIs ( #3372 )
...
The Dart tests were migrated from the flutter/test/engine suite in the
framework repository
2017-01-30 10:52:44 -08:00