Smool
A Flutter web app for geofence-based auto-mute and location-aware quiet zones.
Mindivo Demo Suite
Live deployment
2026
Flutter web build and static deployment
Overview
Smool is a Flutter app concept for pinning quiet places and automatically muting when users arrive, now published as a static Flutter web deployment.
The Challenge
The app was a Flutter project, so it needed a Flutter SDK and web build output before it could be hosted on Vercel.
Our Solution
We installed a temporary Flutter SDK, built a release web bundle, and deployed the static output to Vercel.
Gallery
Results
3.41.9
Flutter
Web
Output
Vercel
Hosting
Online
Status
Tech Stack
How We Did It
Provision SDK
Downloaded and verified the official macOS arm64 Flutter stable SDK.
Resolve Packages
Fetched Flutter dependencies from the project lockfile.
Build Web
Generated the release `build/web` output.
Deploy
Published the static Flutter web app to Vercel.