pocketbase / dart-sdk

PocketBase Dart SDK
https://pub.dev/packages/pocketbase
MIT License
512 stars 51 forks source link

Added Feature of Expand in Record List #10

Closed iamdineshkumar closed 2 years ago

iamdineshkumar commented 2 years ago

In Record list functions added expand attribute and i have tested and working. Kindly check and include it in future release

ganigeorgiev commented 2 years ago

Thank you for the PR, but unfortunatelly I'll close it, because I have actually already implemented this in a local version that will be available after the ongoing users and profiles magement refactoring in relation to https://github.com/pocketbase/pocketbase/issues/376.

I'm planning to release the Dart SDK changes together with PocketBase v0.8.0 (somewhere mid/end of October but no hard deadlines).

The new version will have a slightly different api that will look something like this:

client.collection("example").getList(expand: 'someRel');