Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Flutter 3.10.0 #305

Open
BenPoell opened this issue May 14, 2023 · 0 comments
Open

Update to Flutter 3.10.0 #305

BenPoell opened this issue May 14, 2023 · 0 comments

Comments

@BenPoell
Copy link
Contributor

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!);
BenPoell added a commit to BenPoell/flutter_speed_dial that referenced this issue May 14, 2023
BenPoell added a commit to BenPoell/flutter_speed_dial that referenced this issue May 20, 2023
prateekmedia pushed a commit that referenced this issue May 20, 2023
* Upgrade to flutter 3.10.0 (#305)

* #305 update formating
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant