BooQL is an opensource flutter app which incorporates minimal dynamic functionality for a trading app which spans across stocks β’ cryptocurrency and β’ foreign exchanges.
First, install flutter first, then run the command below
flutter run
| Directory | Usage | Note |
|---|---|---|
| Lib | core folder for functionalities |
Holds all widgets and models. |
| Lib/models | holds the data & struct bindings |
Models are json serializable. |