All Projects
Mobile Utility / Flutter
Mindivo

Smool

A Flutter web app for geofence-based auto-mute and location-aware quiet zones.

Client

Mindivo Demo Suite

Status

Live deployment

Year

2026

Role

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.

Results

3.41.9

Flutter

Web

Output

Vercel

Hosting

Online

Status

Tech Stack

FlutterFramework
DartLanguage
GeolocatorLocation
Shared PreferencesStorage
VercelHosting

How We Did It

01

Provision SDK

Downloaded and verified the official macOS arm64 Flutter stable SDK.

02

Resolve Packages

Fetched Flutter dependencies from the project lockfile.

03

Build Web

Generated the release `build/web` output.

04

Deploy

Published the static Flutter web app to Vercel.