testing library

Testing utilities for the chat package.

Import this in your test files or example apps:

import 'package:flutter_chat_sdk/testing.dart';

Classes

MockChatAdapter
An in-memory ChatAdapter for use in tests and example apps.
StaticIdentityProvider
A ChatIdentityProvider that always returns the same user ID.