Reevanth Lama

Results 7 issues of Reevanth Lama

Would love to contribute to this feature request

type: feature or enhancement

fields.readOne throws an error saying 'List should use DirectusListResponse.'

bug
help wanted
good first issue

The below line throws an error: "Problem with Directus" https://github.com/apstanisic/directus-dart/blob/0bc0443fbf1a8ec4a0bb9038eaff520987131dec/lib/src/modules/items/items_handler.dart#L98 It should actually be converted to list like below `final mapData = data.map((item) => converter.toJson(item)).toList();`

https://github.com/apstanisic/directus-dart/blob/ec87f59f5260470a06f9672dddc1baf962a8b85d/lib/src/modules/files/directus_file.dart#L18 File download URL should return the whole download URL along with concatenated auth token of the current user

enhancement
good first issue

Getting this error ⬇️ `type 'String' is not a subtype of type 'int?' in type cast` while uploading file via 'uploadFile' method but it successfully uploads but throws error while...

Something like this below `contentType: MediaType.parse(mime(file.path)!)` Hey, it would be great if I could also contribute to this repo.

question

Request for update for being able to be used with Global Variables