Closed claudemircasa closed 11 months ago
I cannot really figure out why this happens. The basic example you provided renders correctly on both windows and web. Could have something to do with Flutter themes that would then be outside of the code snippet provided. Could you provide a minimum reproducible example?
The code is as shown but I am using it in FlutterFlow (https://app.flutterflow.io/). I don't understand what could be happening, when I move the mouse over the element's area it seems like it is rendered correctly for a short period of time.
I'm not really sure what FlutterFlow does under the hood. It probably uses a complicated theming system. It could help to explicitly set the color
property. Also try multiple sizes (could be that the lines are so thin they don't get rendered). If that does not work, then I don't know what the problem is.
FlutterGuitarTab(
name: 'Dm',
tab: 'x 0 0 2 3 1',
color: Colors.black,
size: 8,
);
I created a basic widget following the instructions but the grid does not appear during rendering.
My code is like: