Skip to content

Instantly share code, notes, and snippets.

@alok8bb
Created December 4, 2020 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alok8bb/e83073a5e73f20c592be10c122ee2a61 to your computer and use it in GitHub Desktop.
Save alok8bb/e83073a5e73f20c592be10c122ee2a61 to your computer and use it in GitHub Desktop.
Log
Performing hot restart...
Syncing files to device Android SDK built for x86...
Restarted application in 2,246ms.
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
The following assertion was thrown during performLayout():
RenderPointerListener object was given an infinite size during layout.
This probably means that it is a render object that tries to be as big as possible, but it was put inside another render object that allows its children to pick their own size.
The nearest ancestor providing an unbounded height constraint is: RenderIndexedSemantics#9ef8c relayoutBoundary=up3 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
... parentData: index=0; layoutOffset=0.0 (can use size)
... constraints: BoxConstraints(w=411.4, 0.0<=h<=Infinity)
... semantic boundary
... size: MISSING
... index: 0
The constraints that applied to the RenderPointerListener were: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
The exact size it was given was: Size(355.4, Infinity)
See https://flutter.dev/docs/development/ui/layout/box-constraints for more information.
The relevant error-causing widget was:
GestureDetector file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:70:13
When the exception was thrown, this was the stack:
#0 RenderBox.debugAssertDoesMeetConstraints.<anonymous closure> (package:flutter/src/rendering/box.dart:2060:9)
#1 RenderBox.debugAssertDoesMeetConstraints (package:flutter/src/rendering/box.dart:2128:6)
#2 RenderBox.size=.<anonymous closure> (package:flutter/src/rendering/box.dart:1846:7)
#3 RenderBox.size= (package:flutter/src/rendering/box.dart:1848:6)
#4 RenderPointerListener.performResize (package:flutter/src/rendering/proxy_box.dart:2713:5)
...
The following RenderObject was being processed when the exception was fired: RenderPointerListener#5cd06 relayoutBoundary=up15 NEEDS-LAYOUT NEEDS-PAINT
... parentData: <none> (can use size)
... constraints: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
... size: Size(355.4, Infinity)
... behavior: translucent
... listeners: down
RenderObject: RenderPointerListener#5cd06 relayoutBoundary=up15 NEEDS-LAYOUT NEEDS-PAINT
parentData: <none> (can use size)
constraints: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
size: Size(355.4, Infinity)
behavior: translucent
listeners: down
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderSemanticsGestureHandler object was given an infinite size during layout.
The relevant error-causing widget was:
GestureDetector file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:70:13
The following RenderObject was being processed when the exception was fired: RenderSemanticsGestureHandler#19b78 relayoutBoundary=up14 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
parentData: offset=Offset(0.0, 0.0); flex=null; fit=null (can use size)
constraints: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
size: Size(355.4, Infinity)
gestures: tap
child: RenderPointerListener#5cd06 relayoutBoundary=up15 NEEDS-PAINT
parentData: <none> (can use size)
constraints: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
size: Size(355.4, Infinity)
behavior: translucent
listeners: down
RenderObject: RenderSemanticsGestureHandler#19b78 relayoutBoundary=up14 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
parentData: offset=Offset(0.0, 0.0); flex=null; fit=null (can use size)
constraints: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
size: Size(355.4, Infinity)
gestures: tap
child: RenderPointerListener#5cd06 relayoutBoundary=up15 NEEDS-PAINT
parentData: <none> (can use size)
constraints: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
size: Size(355.4, Infinity)
behavior: translucent
listeners: down
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderFlex object was given an infinite size during layout.
The relevant error-causing widget was:
Column file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:52:16
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderPadding object was given an infinite size during layout.
The relevant error-causing widget was:
Padding file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:50:14
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderSemanticsAnnotations object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
_RenderInkFeatures object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderCustomPaint object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderPhysicalShape object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderPadding object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderSemanticsAnnotations object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderPadding object was given an infinite size during layout.
The relevant error-causing widget was:
Padding file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:31:18
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderRepaintBoundary object was given an infinite size during layout.
The relevant error-causing widget was:
ListView file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:29:23
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderIndexedSemantics object was given an infinite size during layout.
The relevant error-causing widget was:
ListView file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:29:23
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
Null check operator used on a null value
The relevant error-causing widget was:
Column file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:52:16
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderPointerListener object was given an infinite size during layout.
The relevant error-causing widget was:
GestureDetector file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:70:13
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderSemanticsGestureHandler object was given an infinite size during layout.
The relevant error-causing widget was:
GestureDetector file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:70:13
The following RenderObject was being processed when the exception was fired: RenderSemanticsGestureHandler#19b78 relayoutBoundary=up14 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
parentData: offset=Offset(0.0, 0.0); flex=null; fit=null (can use size)
constraints: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
size: Size(355.4, Infinity)
gestures: tap
child: RenderPointerListener#5cd06 relayoutBoundary=up15 NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
parentData: <none> (can use size)
constraints: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
size: Size(355.4, Infinity)
behavior: translucent
listeners: down
RenderObject: RenderSemanticsGestureHandler#19b78 relayoutBoundary=up14 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
parentData: offset=Offset(0.0, 0.0); flex=null; fit=null (can use size)
constraints: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
size: Size(355.4, Infinity)
gestures: tap
child: RenderPointerListener#5cd06 relayoutBoundary=up15 NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
parentData: <none> (can use size)
constraints: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
size: Size(355.4, Infinity)
behavior: translucent
listeners: down
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderFlex object was given an infinite size during layout.
The relevant error-causing widget was:
Column file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:52:16
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderPadding object was given an infinite size during layout.
The relevant error-causing widget was:
Padding file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:50:14
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderSemanticsAnnotations object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
_RenderInkFeatures object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderCustomPaint object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderPhysicalShape object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderPadding object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderSemanticsAnnotations object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderPadding object was given an infinite size during layout.
The relevant error-causing widget was:
Padding file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:31:18
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderRepaintBoundary object was given an infinite size during layout.
The relevant error-causing widget was:
ListView file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:29:23
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderIndexedSemantics object was given an infinite size during layout.
The relevant error-causing widget was:
ListView file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:29:23
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
Null check operator used on a null value
The relevant error-causing widget was:
Column file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:52:16
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
The following assertion was thrown during performLayout():
RenderPointerListener object was given an infinite size during layout.
This probably means that it is a render object that tries to be as big as possible, but it was put inside another render object that allows its children to pick their own size.
The nearest ancestor providing an unbounded height constraint is: RenderIndexedSemantics#9ef8c relayoutBoundary=up3 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
... needs compositing
... parentData: index=0; layoutOffset=0.0 (can use size)
... constraints: BoxConstraints(w=411.4, 0.0<=h<=Infinity)
... semantic boundary
... size: Size(411.4, Infinity)
... index: 0
The constraints that applied to the RenderPointerListener were: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
The exact size it was given was: Size(355.4, Infinity)
See https://flutter.dev/docs/development/ui/layout/box-constraints for more information.
The relevant error-causing widget was:
GestureDetector file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:70:13
When the exception was thrown, this was the stack:
#0 RenderBox.debugAssertDoesMeetConstraints.<anonymous closure> (package:flutter/src/rendering/box.dart:2060:9)
#1 RenderBox.debugAssertDoesMeetConstraints (package:flutter/src/rendering/box.dart:2128:6)
#2 RenderBox.size=.<anonymous closure> (package:flutter/src/rendering/box.dart:1846:7)
#3 RenderBox.size= (package:flutter/src/rendering/box.dart:1848:6)
#4 RenderPointerListener.performResize (package:flutter/src/rendering/proxy_box.dart:2713:5)
...
The following RenderObject was being processed when the exception was fired: RenderPointerListener#5cd06 relayoutBoundary=up15 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
... parentData: <none> (can use size)
... constraints: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
... size: Size(355.4, Infinity)
... behavior: translucent
... listeners: down
RenderObject: RenderPointerListener#5cd06 relayoutBoundary=up15 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
parentData: <none> (can use size)
constraints: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
size: Size(355.4, Infinity)
behavior: translucent
listeners: down
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderSemanticsGestureHandler object was given an infinite size during layout.
The relevant error-causing widget was:
GestureDetector file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:70:13
The following RenderObject was being processed when the exception was fired: RenderSemanticsGestureHandler#19b78 relayoutBoundary=up14 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
parentData: offset=Offset(0.0, 0.0); flex=null; fit=null (can use size)
constraints: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
size: Size(355.4, Infinity)
gestures: tap
child: RenderPointerListener#5cd06 relayoutBoundary=up15 NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
parentData: <none> (can use size)
constraints: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
size: Size(355.4, Infinity)
behavior: translucent
listeners: down
RenderObject: RenderSemanticsGestureHandler#19b78 relayoutBoundary=up14 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
parentData: offset=Offset(0.0, 0.0); flex=null; fit=null (can use size)
constraints: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
size: Size(355.4, Infinity)
gestures: tap
child: RenderPointerListener#5cd06 relayoutBoundary=up15 NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
parentData: <none> (can use size)
constraints: BoxConstraints(0.0<=w<=355.4, 0.0<=h<=Infinity)
size: Size(355.4, Infinity)
behavior: translucent
listeners: down
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderFlex object was given an infinite size during layout.
The relevant error-causing widget was:
Column file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:52:16
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderPadding object was given an infinite size during layout.
The relevant error-causing widget was:
Padding file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:50:14
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderSemanticsAnnotations object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
_RenderInkFeatures object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderCustomPaint object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderPhysicalShape object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderPadding object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderSemanticsAnnotations object was given an infinite size during layout.
The relevant error-causing widget was:
Card file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:49:12
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderPadding object was given an infinite size during layout.
The relevant error-causing widget was:
Padding file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:31:18
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderRepaintBoundary object was given an infinite size during layout.
The relevant error-causing widget was:
ListView file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:29:23
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
RenderIndexedSemantics object was given an infinite size during layout.
The relevant error-causing widget was:
ListView file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:29:23
════════════════════════════════════════════════════════════════════════════════════════════════════
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
Null check operator used on a null value
The relevant error-causing widget was:
Column file:///C:/Users/Alok%20Pawar/IdeaProjects/note_app/lib/Screens/HomeScreen.dart:52:16
════════════════════════════════════════════════════════════════════════════════════════════════════
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment