#!/bin/bash
export FLUTTER_ROOT="/usr/lib/flutter"
exec /usr/lib/dart/bin/dart /usr/lib/flutter/bin/cache/flutter_tools.snapshot "$@"
