I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landing page. The deployment fails with it saying the limit is 30MB in size. A minimal web flutter app is 30+ mb because of canvaskit. I used flutter build web —release—wasm
TL;DR
Developers are facing a 30MB limit issue when deploying a Flutter web app from GitHub to a site on the Hobby plan. The app's size exceeds the limit due to canvaskit, even with a minimal setup. The deployment fails as a result.