RainwayApp / flutter_gamepad

A gamepad library for Flutter
Apache License 2.0
36 stars 18 forks source link

Null safety update #17

Open inowakowski opened 2 years ago

inowakowski commented 2 years ago

Hello, I would like to use this package in my application. However, the latest flutter rejects due to the fact that the package is not Null safety. Can you please update it. I have seen online that this can supposedly be done quickly.

danielle-h commented 2 years ago

I would love this update as well :)

netgfx commented 2 years ago

I can fix the null safety, does the project accept PRs?

andrewmd5 commented 2 years ago

I can fix the null safety, does the project accept PRs?

we do

gyenesvi commented 2 years ago

I'm trying to use this too, but it does not work due to lack of null safety. @AndrewMD5 the pull request seems to be there, could you take the time to review it and update the package? Otherwise this package is more complicated to use for now (the only way seems to be running flutter with the --no-sound-null-safety option).