Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

dart-archive/flit

Repository files navigation

flit

Experimental tool for understanding and tweaking https://github.com/flutter/ apps

Getting started

  • Check this out as a sibling of the flutter checkout folder
  • Start the iOS simulator open -a simulator.app
  • Precache flutter
cd ../flutter
./bin/flutter precache
cd ../flit
  • Start the app runner:
cd mutation_runner
pub get
../../flutter/bin/cache/dart-sdk/bin/dart lib/main.dart 
  • Start the desktop UI server (from the flit root)
cd server2
pub get
pub serve