functions_client 0.0.1-dev.5 functions_client: ^0.0.1-dev.5 copied to clipboard
A dart client library for the Supabase functions.
[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 ofinvoke()
.
[0.0.1-dev.2] #
- BREAKIMG:
functionsUrl
andheaders
are now positional arguments.
[0.0.1-dev.1] #
- Initial pre-release.