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

Test helpers for apps built on the Supabase Dart and Flutter clients, with mock HTTP clients, 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.1.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
150
points
--
downloads

Documentation

API reference

Publisher

verified publishersupabase.io

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

Homepage
Repository (GitHub)
View/report issues

Topics

#supabase #testing #mock

License

MIT (license)

Dependencies

crypto, http, meta, supabase

More

Packages that depend on supabase_test