cometchat-flutter-v6-testing
Installation
SKILL.md
Purpose
Test recipes for Flutter UIKit v6 (stable, Bloc-based). Most of the v5 patterns carry over; the deltas are around state-management primitives (Bloc, not GetX) and the unified cometchat_chat_uikit package (calls bundled — see cometchat-flutter-v6-calls).
Read these other skills first:
cometchat-flutter-v6-core— UIKitSettings, init/login order, hard rulescometchat-flutter-v6-events— Bloc-based event streamscometchat-flutter-v5-testing— patterns that aren't v6-specific (CI config, golden tests, mocktail intro) — read first if you haven't
Ground truth:
- bloc_test — https://pub.dev/packages/bloc_test
- flutter_bloc — https://bloclibrary.dev/