directus-dart
directus-dart copied to clipboard
Directus SDK for Dart and Flutter
`directus` package is developed to improve the DX for Flutter Developers, it must contain example of a Flutter Project Reference: https://github.com/apstanisic/directus-dart/issues/69#issuecomment-1584937426
I've tried code like this: ```dart DirectusUser user = DirectusUser( email: email, password: password, firstName: firstName, lastName: lastName) final DirectusResponse response = await _sdk!.users.createOne(user); ``` This works but you do...
This is to set accesstoken and refresh token manually. Saw a method `storeLoginData()` for this, but it expects AuthResponse as param, which is a private class. It would be helpful...
NoSuchMethodError: The method '[]' was called on null. Receiver: null Tried calling: []("data") createOne and createMany doesn't work, when I have only create permission on collection