ArjanAswal / Stockfish

The Stockfish Chess Engine for Flutter.
GNU General Public License v3.0
41 stars 16 forks source link

Deffered Loading #9

Open mono424 opened 3 years ago

mono424 commented 3 years ago

Would be possible to load the Engine afterwards as extension to the app? Would be awesome to reduce the app size :).

Cheers 🙌

daohoangson commented 3 years ago

Are you trying to use APK expansion feature?

mono424 commented 3 years ago

No not yet, would it work ? :)

daohoangson commented 3 years ago

I was asking because I'm not sure what you were looking for. Technically you can download the model file on the app first boot then tell Stockfish to load from it...

mono424 commented 3 years ago

Stockfish increased the apk-size very much. So I was just wondering if it was possible to download load the model afterwards, to bring a smalelr package size to everybody who is not using stockfish.