supabase_testing 0.1.1 copy "supabase_testing: ^0.1.1" to clipboard
supabase_testing: ^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_testing

With Flutter:

 $ flutter pub add supabase_testing

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

dependencies:
  supabase_testing: ^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_testing/supabase_testing.dart';
0
likes
150
points
98
downloads

Documentation

API reference

Publisher

verified publishersupabase.io

Weekly Downloads

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_testing