supabase_common 3.0.0-dev.1
supabase_common: ^3.0.0-dev.1 copied to clipboard
Shared internal utilities used across the Supabase Dart and Flutter client packages.
supabase_common #
Warning
This is an internal package. It is an implementation detail of the Supabase client packages and is not intended to be consumed directly. Breaking changes can be expected as the client packages evolve, so please do not depend on it directly.
Shared internal utilities used across the Supabase Dart and Flutter client
packages (supabase_auth, postgrest, supabase_realtime, supabase_storage,
supabase_functions, supabase, supabase_flutter).
This package holds code that would otherwise be duplicated across those
packages: the SupabaseException base class the auth, postgrest, storage and
functions exceptions extend, the shared HttpMethod enum and HTTP request
helpers, the X-Client-Info header builder, platform detection, a small replay
stream subject, base64url/PKCE helpers and a few other primitives.