toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 99 packages
Sort by PUB-AZS
A fakeable wrapper for dart:core clock APIs.
Fake asynchronous events such as timers and microtasks for deterministic testing.
A mock framework inspired by Mockito with APIs for Fakes, Mocks, behavior verification, and stubbing.#testing#mocking
A library for generating fake data. faker is heavily inspired by the Python package faker and, the Ruby package ffaker.
This package helps to detect iOS Simulator, Android Emulator and Debug Mode. This package also detects MockLocation/Fake GPS location on Android Device. Also check device is real or not.
Provides a mechanism to throw exceptions on certain calls. This is useful when working with a Fake and we still want to occasionally make it throw exceptions.
Previously known as cloud_firestore_mocks. Fake implementation of Cloud Firestore. Use this package to unit test apps that use Cloud Firestore.
Fake for Firebase Security Rules. To be used by fake_cloud_firestore and mock_firebase_storage.
Fakes for Firebase Auth. Use this package with `google_sign_in_mocks` to write unit tests involving Firebase Authentication.
A package for faking Dart/Flutter HttpClient's responses. It is handy for integration tests. Also it may help a lot during app development with an unstable back-end.