[windows] Bump ffigen to 16.1.0#2495
Conversation
|
Well there you have it: Because flutter_local_notifications_windows depends on ffigen >=15.0.0 which requires SDK version >=3.4.0 <4.0.0, version solving failed.So to merge this, we'd have to bump the SDK to Feel free to mark as a draft if you want to wait on this |
|
Happy to bump to Flutter 3.22 as that then makes the minimum Android API 21. #2440 is dependent on Flutter 3.22 as well but held off so that would allow Flutter 3.22 to be at least the two stable releases behind |
|
Okay, confusingly, ffigen ^16.0.0 conflicts with Flutter 3.22 because of a conflict with the |
|
I've made the change to bump the Flutter version to 3.22 but ffigen 16 is looking to not be compatible with it so going to close this one |
Closes #2471 by manually bumping, re-running
ffigen, then cleaning up the resulting Dart code.The big change in ffigen here is that it better handles enums, by generating actual Dart enums instead of integers