Skip to content
Skip to content

Getting started

Source: SongJiaqiang/Evo.

Install Flutter. On macOS you also need the Xcode command-line tools; for Android, the Android SDK.

There is a Chinese install note on the blog: Installing Flutter.

Terminal window
git clone https://github.com/SongJiaqiang/Evo.git
cd Evo
flutter pub get
flutter run

If several devices are connected:

Terminal window
flutter run -d <deviceId>

A physical iOS device needs signing configured in ios/Runner.xcworkspace.

The home screen is a two-pane swipe built with TabController. The write-up is in the Evo project post (Chinese).