fmatosqg
197d4315a9
Scan assets from disk ( #16413 )
...
Scan folders when asset specified finishes with `/`
2018-05-20 17:52:33 -07:00
Todd Volkert
c83d24d547
Always add a DevFS asset entry for the font manifest ( #16650 )
...
The engine expects it to always be there.
2018-04-16 21:48:21 -07:00
Jason Simmons
b4274ef685
URL encode asset paths to support reserved characters in paths ( #16046 )
...
Fixes https://github.com/flutter/flutter/issues/14864
2018-03-29 13:47:35 -07:00
Alexandre Ardhuin
7667db6362
apply upcomming prefer_const_declarations ( #15498 )
2018-03-14 06:24:49 +01:00
Jason Simmons
466d15433f
Use Dart 2 camel case constants ( #15360 )
2018-03-12 11:06:32 -07:00
Alexandre Ardhuin
841d5d7bd5
prefer_const_declarations on local variables ( #14358 )
2018-02-01 07:51:26 +01:00
Todd Volkert
1859e82a3d
Extensibility improvements to flutter_tools ( #14299 )
...
* Make the current command injected into the AppContext, allowing
other classes to inject the current command.
* Introduce `AssetBundleFactory`, an injected factory class for
spawning instances of `AssetBundle`. This allows other run contexts
to use custom asset bundling logic.
* Clean up RunCommand by removing a 'packages' argument that duplicated
a global argument by the same name (and for the same purpose).
Duplicate arguments are confusing and error-prone.
2018-01-29 09:40:28 -08:00
Michael Goderbauer
84580b545a
Make Assets more robust across platforms ( #14246 )
2018-01-24 13:16:23 -08:00
Alexandre Ardhuin
1fce14a31c
enable lint prefer_single_quotes ( #12665 )
2017-10-22 18:11:36 +02:00
Sarah Zakarias
ec2d1c9116
Add support for shared fonts in packages. ( #12142 )
2017-09-19 14:04:51 +02:00
Sarah Zakarias
e5aead03cc
Comments to PR #12032 ( #12045 )
2017-09-12 12:53:03 +02:00
Sarah Zakarias
0b95e9c278
Support transitive asset dependency ( #12032 )
2017-09-12 09:13:41 +02:00
Sarah Zakarias
02c10b78d2
Bundle assets used in packages ( #11751 )
2017-09-05 09:42:24 +02:00