functions_client 1.0.0-dev.4 copy "functions_client: ^1.0.0-dev.4" to clipboard
functions_client: ^1.0.0-dev.4 copied to clipboard

outdated

A dart client library for the Supabase functions.

1.0.0-dev.4 #

  • fix: Support null body when invoking functions

1.0.0-dev.3 #

  • BREAKING: error is now thrown instead of being returned within a response
try {
  final res = await functions.invoke('myFunction');
  print(res.data);
} catch (error, stacktrace) {
  print('$error \n $stracktrace');
}

1.0.0-dev.2 #

  • feat: use isolates for json encoding/decoding

1.0.0-dev.1 #

  • chore: Update lints to v2.0.0

0.0.1-dev.5 #

  • fix: Change the minimul SDK version to 2.12.0

0.0.1-dev.4 #

  • fix: Fix a bug where json is not properly encoded.
  • fix: Set default headers with X-Client-Info.

0.0.1-dev.3 #

  • BREAKIMG: 'body', 'headers', and responseType are now named parameters of invoke().

0.0.1-dev.2 #

  • BREAKIMG: functionsUrl and headers are now positional arguments.

0.0.1-dev.1 #

  • Initial pre-release.
7
likes
0
points
244k
downloads

Publisher

verified publishersupabase.io

Weekly Downloads

A dart client library for the Supabase functions.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on functions_client