lib updates

This commit is contained in:
estevez-dev 2020-08-25 13:15:14 +03:00
parent b68d6539b6
commit 19325b5b7f
2 changed files with 4 additions and 3 deletions

View File

@ -98,10 +98,11 @@ class EntityIcon extends StatelessWidget {
(entityWrapper.entity as LightEntity).color.toColor() != Colors.white (entityWrapper.entity as LightEntity).color.toColor() != Colors.white
) { ) {
Color lightColor = (entityWrapper.entity as LightEntity).color.toColor(); Color lightColor = (entityWrapper.entity as LightEntity).color.toColor();
const iconCodeConst = const iconCode;
iconWidget = Stack( iconWidget = Stack(
children: <Widget>[ children: <Widget>[
Icon( Icon(
IconData(iconCode, fontFamily: 'Material Design Icons'), const IconData(iconCodeConst, fontFamily: 'Material Design Icons'),
size: size, size: size,
color: iconColor, color: iconColor,
), ),

View File

@ -27,8 +27,8 @@ dependencies:
hive_flutter: ^0.3.0+2 hive_flutter: ^0.3.0+2
device_info: ^0.4.2+4 device_info: ^0.4.2+4
firebase_crashlytics: ^0.1.3+3 firebase_crashlytics: ^0.1.3+3
syncfusion_flutter_core: ^18.2.44 syncfusion_flutter_core: ^18.2.54
syncfusion_flutter_gauges: ^18.2.44 syncfusion_flutter_gauges: ^18.2.54
flutter_map: ^0.10.1+1 flutter_map: ^0.10.1+1