Grupo DO
Grupo DO
Hi! I've found an issue when the field has a quoted text: csv: ``` stop_id,stop_code,stop_name,stop_lat,stop_lon,zone_id,location_type e145a981-7131-463e-8a88-2d29a52c4a75,060320,Crater Lake Hwy - North of Vilas Rd,42.390016,-122.855824,1,0 384f81ea-2af8-4283-bf74-6efdee28b116,030250,"C" St - West of 4th St,42.31462,-122.9667,1,0...
I'm using the 5.1.0 version and the skipEmptyLine option is not working: CSV content: ``` route_id,agency_id,route_short_name,route_long_name,route_desc,route_type,route_url,route_color,route_text_color 3851,647,606,Playa Ancha - Gómez Carreño,Valparaíso / VIña Del Mar,3,,e1b55b,e60201 3850,647,605,Playa Ancha - Concón,Valparaíso /...
I have an app that runs on Android and iOS. How can I run this plugin only in iOS? This is not working, it runs in Android too: ``` void...
Hello! Is there any way to change the name of the background process (current is bgRefresh-dev.flutter.background.refresh) for something with the name of my app? Something like bgRefresh-myAppName will be great....
Hello! The last event does not work with HTTP 204 status response. You can see in https://conocien.do/hallstatt/actividades the loading text remains visible. Checking the source code the problem seems to...
Hello! I'm building an app with a real-time location widget that shows the current location of the user on a map. How can I move the marker to the new...