Search
Duplicate

Trouble Shooting

102. Populating the Chart with Values
'package:flutter/src/widgets/basic.dart': Failed assertion: line 2342 pos 15: 'heightFactor == null || heightFactor >= 0.0': is not true.
다음과 같은 에러가 뜨는 이유는 transcation list가 비어있기 때문이다. 따라서 + 버튼을 눌러 하나 만들어주면 해결됨.