On android, an exception gets thrown when building the widgets:
The following _TypeError was thrown during paint():
type 'int' is not a subtype of type 'double'
The relevant error-causing widget was:
TabWidget file:///C:/Users/joran/Documents/GitHub/worshipleaderapp/lib/SongRoute/ChordTabContent.dart:178:27
When the exception was thrown, this was the stack:
#0 _MyPainter.drawFretGrid (package:flutter_guitar_tabs/flutter_guitar_tabs.dart:270:15)
#1 _MyPainter.draw (package:flutter_guitar_tabs/flutter_guitar_tabs.dart:356:10)
#2 _MyPainter.paint (package:flutter_guitar_tabs/flutter_guitar_tabs.dart:468:5)
#3 RenderCustomPaint._paintWithPainter (package:flutter/src/rendering/custom_paint.dart:564:13)
#4 RenderCustomPaint.paint (package:flutter/src/rendering/custom_paint.dart:605:7)
On android, an exception gets thrown when building the widgets: