Getting started
Source: SongJiaqiang/Evo.
Prerequisites
Section titled “Prerequisites”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.
Clone and run
Section titled “Clone and run”git clone https://github.com/SongJiaqiang/Evo.gitcd Evoflutter pub getflutter runIf several devices are connected:
flutter run -d <deviceId>A physical iOS device needs signing configured in ios/Runner.xcworkspace.
What to read next
Section titled “What to read next”The home screen is a two-pane swipe built with TabController. The write-up is in the Evo project post (Chinese).