wafrat
  • Home
  • Projects
  • About
Subscribe

unit tests

A collection of 3 posts
flutter

Using flutterfire_ui's SignInScreen with unit tests

On the blog post describing the release of Flutter 2.8 (see https://medium.com/flutter/whats-new-in-flutter-2-8-d085b763d181), they introduced flutterfire_ui. This library provides standard UI for signing in with Firebase Auth. The post is a bit long cause I ran into a few issues. If you are not interested
Dec 27, 2021 — 5 min read
unity

Unit Testing in Unity

I am developing a mobile game in Unity, and it was getting really hard to test it manually. So here's how I introduced unit tests to speed up development. Developing for Desktop vs Mobile On desktop, you can get away without unit tests because of how fast you can play
Jan 19, 2021 — 6 min read
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
wafrat © 2022