Mohnish Deshpande

Results 4 issues of Mohnish Deshpande

**Tell us about the task you want to perform and are unable to do so because the feature is not available** The code generation feature is missing for C++ **Describe...

enhancement
good first issue
codegen

### 🐛 Describe the bug I cloned the repo, and faced this issue upon running the app. ![Screenshot_1709170061](https://github.com/AOSSIE-Org/Resonate/assets/77594965/a6fbe706-4332-4933-a85c-c1530954ef09) Platform: Linux Pop!_OS 22.04 (running Android Emulator) IDE: VSCode Flutter doctor output:...

### Description The code required some modification to make the Dart linter/compiler happy. ### Proposed Changes - Making fields of immutable classes final - Adding key to constructors - Adding...

### Description Currently the project contains a bunch of code fixes suggested by the linter/compiler. - Making fields of immutable classes final - Adding key to constructors - Adding const...