-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
dart-archive/ffigen
#215Labels
Description
Hi,
I apologise if there is already an issue for this, but either Google isn't being helpful, or I don't understand enough of the terminology to know what I'm looking at.
I'm in the process of trying to write bindings for SDL, and I'm running into issues.
SDL uses a union SDL_Event, and obviously ffigen isn't generating it.
From my research, it seems as though Union support is coming, but certainly hasn't filtered down to 2.13 as of yet. Is this true? Is there a way I can test the latest ffigen if I switch to Flutter Master?
Thanks in advance.