krishnakafle
krishnakafle
yeah that would be great. But in addition to this, I would love to have map component as well. For example, [https://pub.dev/packages/flutter_map](https://pub.dev/packages/flutter_map) And thanks for support, you guys are doing...
I would prefer the Flutter_map as it is based upon leaflet (open source) compared to google_maps_flutter (will be charged for google API key after crossing the free threshold ).
I have face similar issue ``` invalid literal for int() with base 10: 'bk-dw-02' ``` Specifying of columns doesn't help me either. ``` qs = GwMonitoringKobo.objects.all() df = read_frame(qs, fieldnames=['date',...
Hello @trollefson, I solved the issue with a different approach by customizing raw SQL according to my specific requirements in managers.py file. Though I will try to contribute by creating...