Commit a35b214d authored by Adam Barth's avatar Adam Barth

Merge pull request #421 from abarth/icon_sizes

Add all the icon sizes to the FLX
parents f1963243 a8ab3d69
...@@ -18,7 +18,7 @@ import 'flutter_command.dart'; ...@@ -18,7 +18,7 @@ import 'flutter_command.dart';
const String _kSnapshotKey = 'snapshot_blob.bin'; const String _kSnapshotKey = 'snapshot_blob.bin';
const List<String> _kDensities = const ['drawable-xxhdpi']; const List<String> _kDensities = const ['drawable-xxhdpi'];
const List<String> _kThemes = const ['white', 'black']; const List<String> _kThemes = const ['white', 'black'];
const List<int> _kSizes = const [24]; const List<int> _kSizes = const [18, 24, 36, 48];
class _Asset { class _Asset {
final String base; 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