/poki

Primary LanguageC++

poki

Getting Started

1. Clone the repo

https://github.com/dipanshparmar/poki.git

2. Navigate to the project and install the dependencies

flutter pub get

3. Run the application

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!

Demo

Record_2024-01-07-20-17-28.mp4