Commit a8ab3d69 authored by Adam Barth's avatar Adam Barth

Add all the icon sizes to the FLX

Adding all the sizes of all the icons adds about 50 KB to the stocks FLX.
That's probably the right trade-off until we get better at pruning the set of
assets.

Fixes #235
parent 6f0464c0
......@@ -18,7 +18,7 @@ import 'flutter_command.dart';
const String _kSnapshotKey = 'snapshot_blob.bin';
const List<String> _kDensities = const ['drawable-xxhdpi'];
const List<String> _kThemes = const ['white', 'black'];
const List<int> _kSizes = const [24];
const List<int> _kSizes = const [18, 24, 36, 48];
class _Asset {
final String base;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment