https://github.com/dipanshparmar/poki.git
flutter pub get
Make sure you have an emulator running or a physical device connected to your computer.
flutter run
Alternatively, you can create an apk and install that on your device:
flutter build apk
[Optional] If above doesn't work, then try to build the debug apk
flutter build apk --debug
That's it!