directus-dart icon indicating copy to clipboard operation
directus-dart copied to clipboard

Directus SDK for Dart and Flutter

Results 25 directus-dart issues
Sort by recently updated
recently updated
newest added

Dio client is stuck at sending request when using 4.0.4 version. If I remove first interceptor (`DirectusSingleton.instance.client.interceptors.removeAt(0);`) it works properly. I don't know why 😕 It is working fine with...

bug

It would be awesome if this package could also be offered as a plain dart package. For example you can create your own packages in flutter and define there your...

enhancement

hey the new sdk switched the SDKs type signature was tweaked to make it consistent with the API's internal services. The .readMany method has been renamed to .readByQuery. will this...

documentation

I am not able to use typedItems in my application. typedItems need a converter of type ItemsConverter which I can't import. Dart gives me warning when importing files from src...

bug

Supersedes #29 Supersedes #28 - [ ] Write test - [ ] Publish new version

enhancement

It looks like some data is nested, and most of the data is not top level.

bug

If its possible to add support for those login that will be amazing , I think that the only part missing from Directus.

Hello, Thanks for your effort. Is there any way to use real time subscription using this plugin? https://github.com/directus/directus/tree/main/sdk#real-time

Is it possible to use typedItems with a one-to-many relationship? For example, a project entity with the relationship "has a" expert ``` @freezed class ProjectDto with _$ProjectDto implements IIdentifable {...

Hi, i'm fairly new to Directus in general and for a project i have to implement auth using SSO (Google). But currently I don't see a way to achieve that...