A Display Board.
-
Install Flutter
git clone https://github.com/flutter/flutter.git -b stable export PATH="$PATH:`pwd`/flutter/bin"
-
Run Flutter doctor
flutter doctor
-
Clone this repository
git clone https://github.com/zyw271828/board.git && cd board
-
Flutter build
flutter build apk --split-per-abi