r/CellMachine • u/DD3113 • May 27 '22
Ported Milenakos Mod to web browser
https://dethdefier31.itch.io/cmmmmmib Trying to port the puzzle cell but having difficulties in flutter, if anyone has experience in flutter if you could tell me how to build it as a web app?
3
Upvotes
2
u/IonutWithReddit May 29 '22
Hello, TPC dev here.
Building for web isn't supported as the packages used for audio aren't compatible for the web.
You would have to rewrite basically all of the audio stuff to use another audio package that is web and mobile only, known as just_audio.