Kartik Shrivastava
Kartik Shrivastava
### In A Nutshell - This project implements two importers: .tmx/.tsx file importers in RadialGM and .egm file importer in Tiled My GSoC project spans into three PRs in three...
Hi Johannes, Thanks for this work. I'm a bit concerned about too many calls made to ```ThemeProvider.isDarkMode``` while testing it for web. It is being called 4 times whenever the...
Following ```Row``` widget is causing overflow in small screen devices (noticeable after adding screenshare button): https://github.com/ConnectyCube/connectycube-flutter-samples/blob/aa9277200deef5c8237173dd9636ecfd12f1271d/p2p_call_sample/lib/src/conversation_screen.dart#L246
Changed gabor filter2d from using reshaped image to original 2d image.
Fixed a small late initialization error occuring due to typo in initialization of ```_searchDark```, ```_selectedTabDark``` and ```_unSelectedTabDark```.