Update Material Design Icons to 3.5.95

This commit is contained in:
estevez-dev 2019-03-09 13:26:45 +00:00
parent 2cfa92a42b
commit b8aa808de4
5 changed files with 3614 additions and 2811 deletions

Binary file not shown.

View File

@ -180,21 +180,6 @@ class _LightControlsWidgetState extends State<LightControlsWidget> {
}
}
void _showColorPicker(LightEntity entity) {
showDialog(
context: context,
builder: (BuildContext context) {
return AlertDialog(
titlePadding: EdgeInsets.all(0.0),
contentPadding: EdgeInsets.all(0.0),
content: LightColorPicker(
color: _tmpColor,
),
);
},
);
}
Widget _buildEffectControl(LightEntity entity) {
if ((entity.supportEffect) && (entity.effectList != null)) {
return ModeSelectorWidget(

File diff suppressed because it is too large Load Diff

View File

@ -59,7 +59,7 @@ flutter:
fonts:
- family: "Material Design Icons"
fonts:
- asset: fonts/materialdesignicons-webfont.ttf
- asset: fonts/materialdesignicons-webfont-3-5-95.ttf
# fonts:
# - family: Schyler
# fonts:

File diff suppressed because one or more lines are too long