UI 전체 리디자인 및 개선사항 적용

## 주요 변경사항:

### UI/UX 개선
- shadcn/ui 스타일 기반의 새로운 디자인 시스템 도입
- 모든 주요 화면에 대한 리디자인 구현 완료
  - 로그인 화면: 모던한 카드 스타일 적용
  - 대시보드: 통계 카드와 차트를 활용한 개요 화면
  - 리스트 화면들: 일관된 테이블 디자인과 검색/필터 기능
- 다크모드 지원을 위한 테마 시스템 구축

### 기능 개선
- Equipment List: 고급 필터링 (상태, 담당자별)
- Company List: 검색 및 정렬 기능 강화
- User List: 역할별 필터링 추가
- License List: 만료일 기반 상태 표시
- Warehouse Location: 재고 수준 시각화

### 기술적 개선
- 재사용 가능한 컴포넌트 라이브러리 구축
- 일관된 코드 패턴 가이드라인 작성
- 프로젝트 구조 분석 및 문서화

### 문서화
- 프로젝트 분석 문서 추가
- UI 리디자인 진행 상황 문서
- 코드 패턴 가이드 작성
- Equipment 기능 격차 분석 및 구현 계획

### 삭제/리팩토링
- goods_list.dart 제거 (equipment_list로 통합)
- 불필요한 import 및 코드 정리

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
JiWoong Sul
2025-07-07 19:45:32 +09:00
parent e346f83c97
commit e0bc5894b2
34 changed files with 7764 additions and 571 deletions

830
.claude/error.md Normal file
View File

@@ -0,0 +1,830 @@
A Dart VM Service on Chrome is available at: http://127.0.0.1:56980/vo3EEqP_dDo=
The Flutter DevTools debugger and profiler on Chrome is available at: http://127.0.0.1:9101?uri=http://127.0.0.1:56980/vo3EEqP_dDo=
══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════
The following assertion was thrown during performLayout():
RenderFlex children have non-zero flex but incoming width constraints are unbounded.
When a row is in a parent that does not provide a finite width constraint, for example if it is in a
horizontal scrollable, it will try to shrink-wrap its children along the horizontal axis. Setting a
flex on a child (e.g. using Expanded) indicates that the child is to expand to fill the remaining
space in the horizontal direction.
These two directives are mutually exclusive. If a parent is to shrink-wrap its child, the child
cannot simultaneously expand to fit its parent.
Consider setting mainAxisSize to MainAxisSize.min and using FlexFit.loose fits for the flexible
children (using Flexible rather than Expanded). This will allow the flexible children to size
themselves to less than the infinite remaining space they would otherwise be forced to take, and
then will cause the RenderFlex to shrink-wrap the children rather than expanding to fit the maximum
constraints provided by the parent.
If this message did not help you determine the problem, consider using debugDumpRenderTree():
https://flutter.dev/to/debug-render-layer
https://api.flutter.dev/flutter/rendering/debugDumpRenderTree.html
The affected RenderFlex is:
RenderFlex#235cc relayoutBoundary=up39 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE(creator: Row ← Padding ← DecoratedBox ← Container ←
Column ← Padding ← DecoratedBox ← ConstrainedBox ← Container ← _SingleChildViewport ← IgnorePointer-[GlobalKey#d4dcb] ← Semantics ← ⋯, parentData:
offset=Offset(0.0, 0.0) (can use size), constraints: BoxConstraints(unconstrained), size: MISSING, direction: horizontal, mainAxisAlignment: start,
mainAxisSize: max, crossAxisAlignment: center, textDirection: ltr, verticalDirection: down, spacing: 0.0)
The creator information is set to:
Row ← Padding ← DecoratedBox ← Container ← Column ← Padding ← DecoratedBox ← ConstrainedBox ←
Container ← _SingleChildViewport ← IgnorePointer-[GlobalKey#d4dcb] ← Semantics ← ⋯
The nearest ancestor providing an unbounded width constraint is: _RenderSingleChildViewport#e4260 relayoutBoundary=up32 NEEDS-LAYOUT NEEDS-PAINT
NEEDS-COMPOSITING-BITS-UPDATE:
needs compositing
creator: _SingleChildViewport ← IgnorePointer-[GlobalKey#d4dcb] ← Semantics ← Listener ←
_GestureSemantics ← RawGestureDetector-[LabeledGlobalKey<RawGestureDetectorState>#90c24] ←
Listener ← _ScrollableScope ← _ScrollSemantics-[GlobalKey#ed907] ←
NotificationListener<ScrollMetricsNotification> ← Scrollable ← SingleChildScrollView ← ⋯
parentData: <none> (can use size)
constraints: BoxConstraints(0.0<=w<=1228.0, 0.0<=h<=Infinity)
size: MISSING
offset: Offset(-0.0, 0.0)
See also: https://flutter.dev/unbounded-constraints
If none of the above helps enough to fix this problem, please don't hesitate to file a bug:
https://github.com/flutter/flutter/issues/new?template=2_bug.yml
The relevant error-causing widget was:
Row
Row:file:///Users/maximilian.j.sul/Documents/flutter/superport/lib/screens/equipment/equipment_list_redesign.dart:654:34
When the exception was thrown, this was the stack:
dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 307:3 throw_
packages/flutter/src/rendering/flex.dart 1250:9 <fn>
packages/flutter/src/rendering/flex.dart 1252:14 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/shifted_box.dart 243:5 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/layout_helper.dart 62:10 layoutChild
packages/flutter/src/rendering/flex.dart 1161:28 [_computeSizes]
packages/flutter/src/rendering/flex.dart 1255:32 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/shifted_box.dart 243:5 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 293:7 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/widgets/single_child_scroll_view.dart 493:7 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/layout_helper.dart 62:10 layoutChild
packages/flutter/src/rendering/flex.dart 1161:28 [_computeSizes]
packages/flutter/src/rendering/flex.dart 1255:32 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/shifted_box.dart 243:5 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/widgets/single_child_scroll_view.dart 493:7 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/custom_paint.dart 574:11 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/layout_helper.dart 62:10 layoutChild
packages/flutter/src/rendering/flex.dart 1202:26 [_computeSizes]
packages/flutter/src/rendering/flex.dart 1255:32 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/proxy_box.dart 1483:11 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/layout_helper.dart 62:10 layoutChild
packages/flutter/src/rendering/flex.dart 1202:26 [_computeSizes]
packages/flutter/src/rendering/flex.dart 1255:32 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/shifted_box.dart 243:5 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/proxy_box.dart 115:10 <fn>
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/shifted_box.dart 243:5 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/layout_helper.dart 62:10 layoutChild
packages/flutter/src/rendering/flex.dart 1202:26 [_computeSizes]
packages/flutter/src/rendering/flex.dart 1255:32 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/layout_helper.dart 62:10 layoutChild
packages/flutter/src/rendering/flex.dart 1202:26 [_computeSizes]
packages/flutter/src/rendering/flex.dart 1255:32 performLayout
packages/flutter/src/rendering/object.dart 2715:7 layout
packages/flutter/src/rendering/custom_layout.dart 180:10 layoutChild
packages/flutter/src/material/scaffold.dart 1118:7 performLayout
packages/flutter/src/rendering/custom_layout.dart 249:7 [_callPerformLayout]
packages/flutter/src/rendering/custom_layout.dart 419:5 performLayout
packages/flutter/src/rendering/object.dart 2548:7 [_layoutWithoutResize]
packages/flutter/src/rendering/object.dart 1112:17 flushLayout
packages/flutter/src/rendering/object.dart 1125:14 flushLayout
packages/flutter/src/rendering/binding.dart 616:5 drawFrame
packages/flutter/src/widgets/binding.dart 1231:13 drawFrame
packages/flutter/src/rendering/binding.dart 482:5 [_handlePersistentFrameCallback]
packages/flutter/src/scheduler/binding.dart 1442:7 [_invokeFrameCallback]
packages/flutter/src/scheduler/binding.dart 1355:9 handleDrawFrame
packages/flutter/src/scheduler/binding.dart 1208:5 [_handleDrawFrame]
lib/_engine/engine/platform_dispatcher.dart 1347:5 invoke
lib/_engine/engine/platform_dispatcher.dart 301:5 invokeOnDrawFrame
lib/_engine/engine/initialization.dart 190:36 <fn>
dart-sdk/lib/_internal/js_dev_runtime/patch/js_allow_interop_patch.dart 224:27 _callDartFunctionFast1
The following RenderObject was being processed when the exception was fired: RenderFlex#235cc relayoutBoundary=up39 NEEDS-LAYOUT NEEDS-PAINT
NEEDS-COMPOSITING-BITS-UPDATE:
creator: Row ← Padding ← DecoratedBox ← Container ← Column ← Padding ← DecoratedBox ← ConstrainedBox
← Container ← _SingleChildViewport ← IgnorePointer-[GlobalKey#d4dcb] ← Semantics ← ⋯
parentData: offset=Offset(0.0, 0.0) (can use size)
constraints: BoxConstraints(unconstrained)
size: MISSING
direction: horizontal
mainAxisAlignment: start
mainAxisSize: max
crossAxisAlignment: center
textDirection: ltr
verticalDirection: down
spacing: 0.0
This RenderObject had the following descendants (showing up to depth 5):
child 1: RenderConstrainedBox#ab346 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
child: RenderSemanticsAnnotations#3490c NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
child: RenderMouseRegion#c7ee2 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
child: RenderSemanticsAnnotations#34c36 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
child: RenderSemanticsGestureHandler#543ec NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
child 2: RenderConstrainedBox#d58c5 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
child: RenderParagraph#fbf3f NEEDS-LAYOUT NEEDS-PAINT
text: TextSpan
child 3: RenderParagraph#2e336 NEEDS-LAYOUT NEEDS-PAINT
text: TextSpan
child 4: RenderParagraph#ce713 NEEDS-LAYOUT NEEDS-PAINT
text: TextSpan
child 5: RenderParagraph#00062 NEEDS-LAYOUT NEEDS-PAINT
text: TextSpan
child 6: RenderParagraph#acbad NEEDS-LAYOUT NEEDS-PAINT
text: TextSpan
child 7: RenderParagraph#30da1 NEEDS-LAYOUT NEEDS-PAINT
text: TextSpan
child 8: RenderConstrainedBox#ba652 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
child: RenderParagraph#5f181 NEEDS-LAYOUT NEEDS-PAINT
text: TextSpan
child 9: RenderConstrainedBox#a9076 NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
child: RenderParagraph#be09c NEEDS-LAYOUT NEEDS-PAINT
text: TextSpan
child 10: RenderParagraph#9453e NEEDS-LAYOUT NEEDS-PAINT
text: TextSpan
════════════════════════════════════════════════════════════════════════════════════════════════════
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: RenderFlex children have non-zero flex but incoming height constraints are unbounded.
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: RenderFlex children have non-zero flex but incoming width constraints are unbounded.
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: _RenderColoredBox does not meet its constraints.
Another exception was thrown: RenderClipRRect does not meet its constraints.
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/box.dart:2251:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Cannot hit test a render box with no size.
Another exception was thrown: Assertion failed:
file:///Users/maximilian.j.sul/Documents/flutter/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart:203:12