dooboolab-community/flutter_calendar_carousel

Stack's children must not contain any null values, but a null value was found at index 0

asamoylenko8000 opened this issue · 1 comments

Version of flutter_calendar_carousel: 2.0.0

With version 1.5.3 is all ok.

The following assertion was thrown building:
Stack's children must not contain any null values, but a null value was found at index 0

When the exception was thrown, this was the stack:
#0 new MultiChildRenderObjectWidget. (package:flutter/src/widgets/framework.dart:1922:11)
#1 new MultiChildRenderObjectWidget (package:flutter/src/widgets/framework.dart:1929:6)
#2 new Stack (package:flutter/src/widgets/basic.dart:3500:8)
#3 _CalendarState.renderDay (package:flutter_calendar_carousel/flutter_calendar_carousel.dart:512:18)
#4 _CalendarState.builder. (package:flutter_calendar_carousel/flutter_calendar_carousel.dart:661:26)

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.