mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #421 from abarth/icon_sizes
Add all the icon sizes to the FLX
This commit is contained in:
commit
a35b214d89
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user