wafrat
  • Home
Subscribe

testing

A collection of 2 posts
flutter

How to write unit tests with Firebase in Flutter

I've recently published a few packages to help write unit tests for Flutter apps that use Firebase. This includes Firestore, Firebase Storage, Firebase Authentication with Google Sign In. Quick links to the packages * https://pub.dev/packages/cloud_firestore_mocks * https://pub.dev/packages/firebase_storage_mocks * https://pub.dev/
Nov 16, 2019 — 3 min read
flutter

Screenshot tests in Flutter

I love screenshot tests. On top of making sure new code does not break your UI, it helps show that your pull request does what it says it does. It looks like there are two major alternatives. One is a third-party package called screenshots. It even comes with a Medium
Oct 11, 2019 — 1 min read
wafrat © 2025