Skip to content

Instantly share code, notes, and snippets.

@braulio94
Created November 3, 2018 16:06
Show Gist options
  • Save braulio94/a334fc6177b239533915371a988e685b to your computer and use it in GitHub Desktop.
Save braulio94/a334fc6177b239533915371a988e685b to your computer and use it in GitHub Desktop.
exception caught
╞═══════════════════════════════════════════════════════════
[ +18 ms] I/flutter (29191): The following _CompileTimeError was thrown building GoogleMap(dirty, state: _GoogleMapState#5fffc):
[ ] I/flutter (29191): 'file:///C:/Users/Braulio/AppData/Roaming/Pub/Cache/git/plugins-5b45f58ccab7009d473d6c767e9e40ddcabedde3/packages/google_maps_flutter/lib/src/google_map.dart':
[ ] I/flutter (29191): error: line 42 pos 36:
[ ] I/flutter (29191): file:///C:/Users/Braulio/AppData/Roaming/Pub/Cache/git/plugins-5b45f58ccab7009d473d6c767e9e40ddcabedde3/packages/google_maps_flutter/lib/src/google_map.dart:42:36:
[ ] I/flutter (29191): Error: The argument type 'dart.core::Set<invalid-type>' can't be assigned to the parameter type
[ ] I/flutter (29191): 'dart.core::List<#lib1::OneSequenceGestureRecognizer>'.
[ ] I/flutter (29191): Try changing the type of the parameter, or casting the argument to
[ ] I/flutter (29191): 'dart.core::List<#lib1::OneSequenceGestureRecognizer>'.
[ ] I/flutter (29191): gestureRecognizers: widget.gestureRecognizers,
[ ] I/flutter (29191): ^
[ ] I/flutter (29191): gestureRecognizers: widget.gestureRecognizers,
[ ] I/flutter (29191): ^
[ +17 ms] I/flutter (29191):
[ ] I/flutter (29191): When the exception was thrown, this was the stack:
[ +32 ms] I/flutter (29191): #0 StatefulElement.build (package:flutter/src/widgets/framework.dart:3742:27)
[ ] I/flutter (29191): #1 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3654:15)
[ ] I/flutter (29191): #2 Element.rebuild (package:flutter/src/widgets/framework.dart:3507:5)
[ ] I/flutter (29191): #3 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3634:5)
[ ] I/flutter (29191): #4 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3781:11)
[ ] I/flutter (29191): #5 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3629:5)
[ ] I/flutter (29191): #6 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2919:14)
[ ] I/flutter (29191): #7 Element.updateChild (package:flutter/src/widgets/framework.dart:2722:12)
[ ] I/flutter (29191): #8 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4666:14)
[ ] I/flutter (29191): #9 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2919:14)
[ ] I/flutter (29191): #10 Element.updateChild (package:flutter/src/widgets/framework.dart:2722:12)
[ ] I/flutter (29191): #11 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4666:14)
[ ] I/flutter (29191): #12 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2919:14)
[ ] I/flutter (29191): #13 Element.updateChild (package:flutter/src/widgets/framework.dart:2722:12)
[ ] I/flutter (29191): #14 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3665:16)
[ ] I/flutter (29191): #15 Element.rebuild (package:flutter/src/widgets/framework.dart:3507:5)
[ ] I/flutter (29191): #16 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3634:5)
[ ] I/flutter (29191): #17 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3629:5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment