darioielardi / flutter_speed_dial

Flutter plugin to implement a Material Design Speed Dial
https://pub.dev/packages/flutter_speed_dial
MIT License
410 stars 177 forks source link

Update to Flutter 3.10.0 #305

Open BenPoell opened 1 year ago

BenPoell commented 1 year ago

Fixing flutter build web outputs

Target dart2js failed: Exception: ../../AppData/Local/Pub/Cache/hosted/pub.dev/flutter_speed_dial-6.2.0/lib/src/speed_dial.dart:360:41:
Warning: Operand of null-aware operation '!' has type 'OverlayState' which excludes null.
 - 'OverlayState' is from 'package:flutter/src/widgets/overlay.dart' ('/C:/src/flutter/packages/flutter/lib/src/widgets/overlay.dart').
      if (widget.renderOverlay) Overlay.of(context)!.insert(backgroundOverlay!);
                                        ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/flutter_speed_dial-6.2.0/lib/src/speed_dial.dart:361:15:
Warning: Operand of null-aware operation '!' has type 'OverlayState' which excludes null.
 - 'OverlayState' is from 'package:flutter/src/widgets/overlay.dart' ('/C:/src/flutter/packages/flutter/lib/src/widgets/overlay.dart').
      Overlay.of(context)!.insert(overlayEntry!);