mock_firebase_functions 0.0.2 copy "mock_firebase_functions: ^0.0.2" to clipboard
mock_firebase_functions: ^0.0.2 copied to clipboard

Flutter plugin for mocking FirebaseFunctions calls.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mock_firebase_functions

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

dependencies:
  mock_firebase_functions: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:mock_firebase_functions/mock_firebase_functions.dart';
3
likes
90
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for mocking FirebaseFunctions calls.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cloud_functions, flutter, mocktail

More

Packages that depend on mock_firebase_functions