Jorge Verdugo
Jorge Verdugo
First of all, I'm still using Java and I'm really noob with RxJava. I'm trying to retrieve data from a localhosted API, but when I call `get()` it always hits...
Added a new "absolute imports" mode, so you can choose between relative or absolute imports for single file or all files. Works fine on unix. Pending: - Need to try...
I was having an error with the VoidCallback type. The solution was to simply import the `dart:ui` library ``` Error: Type 'VoidCallback' not found. ../…/utils/downloader_utils.dart:23 final VoidCallback onDone; ^^^^^^^^^^^^ :...