supabase_test 0.2.1 copy "supabase_test: ^0.2.1" to clipboard
supabase_test: ^0.2.1 copied to clipboard

Test helpers for apps built on the Supabase Dart and Flutter clients, with a mock HTTP client, a mock realtime transport, JWT builders and auth fixtures.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add supabase_test

With Flutter:

 $ flutter pub add supabase_test

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  supabase_test: ^0.2.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:supabase_test/supabase_test.dart';
0
likes
160
points
122
downloads

Documentation

API reference

Publisher

verified publishersupabase.io

Weekly Downloads

Test helpers for apps built on the Supabase Dart and Flutter clients, with a mock HTTP client, a mock realtime transport, JWT builders and auth fixtures.

Homepage
Repository (GitHub)
View/report issues

Topics

#supabase #testing #mock

License

MIT (license)

Dependencies

crypto, http, meta, stream_channel, supabase, web_socket_channel

More

Packages that depend on supabase_test