sdl2
sdl2 copied to clipboard
Hello, Thanks for developing this module. I would like to use GAMECONTROLLER section of SDL. But I don't know how to install SDL to work with flutter. Currently I get...
Code: ```dart if (sdlInit(SDL_INIT_VIDEO) != 0) { print(sdlGetError()); } ``` Logs: ```sh Unhandled exception: Invalid argument(s): Failed to load dynamic library 'libSDL2.dylib': dlopen(libSDL2.dylib, 0x0001): tried: 'libSDL2.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibSDL2.dylib'...
Erro on windows 11 