supabase_testing 0.1.0
supabase_testing: ^0.1.0 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_testingWith Flutter:
$ flutter pub add supabase_testingThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
supabase_testing: ^0.1.0Alternatively, 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';