Advertisement
mat8854

Widget issue example app

Apr 26th, 2020
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Dart 11.44 KB | None | 0 0
  1. Malformed line in ndk source.properties: "Pkg.Desc=Android SDK Platform 10".
  2. Malformed line in ndk source.properties: "Pkg.UserSrc=false".
  3. Malformed line in ndk source.properties: "Platform.Version=10".
  4. Malformed line in ndk source.properties: "Platform.CodeName=".
  5. Malformed line in ndk source.properties: "Pkg.Revision=4".
  6. Malformed line in ndk source.properties: "AndroidVersion.ApiLevel=29".
  7. Malformed line in ndk source.properties: "Layoutlib.Api=15".
  8. Malformed line in ndk source.properties: "Layoutlib.Revision=1".
  9. Malformed line in ndk source.properties: "Platform.MinToolsRev=22".
  10. Launching lib\main.dart on Pixel 3a in debug mode...
  11. Running Gradle task 'assembleDebug'...
  12. √ Built build\app\outputs\apk\debug\app-debug.apk.
  13. Installing build\app\outputs\apk\app.apk...
  14. D/FlutterActivity( 4501): Using the launch theme as normal theme.
  15. D/FlutterActivityAndFragmentDelegate( 4501): Setting up FlutterEngine.
  16. D/FlutterActivityAndFragmentDelegate( 4501): No preferred FlutterEngine was provided. Creating a new FlutterEngine for this FlutterFragment.
  17. D/FlutterActivityAndFragmentDelegate( 4501): Attaching FlutterEngine to the Activity that owns this Fragment.
  18. D/FlutterView( 4501): Attaching to a FlutterEngine: io.flutter.embedding.engine.FlutterEngine@6c345df
  19. D/FlutterActivityAndFragmentDelegate( 4501): Executing Dart entrypoint: main, and sending initial route: /
  20. W/Gralloc3( 4501): mapper 3.x is not supported
  21. Debug service listening on ws://127.0.0.1:57429/XoVdOBwjcoE=/ws
  22. Syncing files to device Pixel 3a...
  23. I/flutter ( 4501): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
  24. I/flutter ( 4501): The following assertion was thrown building LayoutBuilder:
  25. I/flutter ( 4501): setState() or markNeedsBuild() called during build.
  26. I/flutter ( 4501): This HomePage widget cannot be marked as needing to build because the framework is already in the
  27. I/flutter ( 4501): process of building widgets.  A widget can be marked as needing to be built during the build phase
  28. I/flutter ( 4501): only if one of its ancestors is currently building. This exception is allowed because the framework
  29. I/flutter ( 4501): builds parent widgets before children, which means a dirty descendant will always be built.
  30. I/flutter ( 4501): Otherwise, the framework might not visit this widget during this build phase.
  31. I/flutter ( 4501): The widget on which setState() or markNeedsBuild() was called was:
  32. I/flutter ( 4501):   HomePage
  33. I/flutter ( 4501): The widget which was currently being built when the offending call was made was:
  34. I/flutter ( 4501):   LayoutBuilder
  35. I/flutter ( 4501):
  36. I/flutter ( 4501): The relevant error-causing widget was:
  37. I/flutter ( 4501):   LayoutBuilder
  38. I/flutter ( 4501):   file:///C:/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_map-0.8.2/lib/src/map/flutter_map_state.dart:73:12
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement