This package has been deprecated. Please use
floaty_chatheadsinstead.
Replace your dependency:
# Before
dependencies:
floaty_chathead: ^3.0.0
# After
dependencies:
floaty_chatheads: ^1.0.0Then run:
flutter pub getfloaty_chatheads is a full rewrite of floaty_chathead using a federated plugin architecture, bringing:
- iOS support alongside Android
- Type-safe platform channels via Pigeon (no more manual
MethodChannelstrings) - Typed messaging with
FloatyMessenger<T>for serialized communication between main app and overlay - Lifecycle-aware controller (
FloatyController) withChangeNotifierintegration - Widget-level integration via
FloatyScope(InheritedWidget) andFloatyPermissionGate - Multi-chathead management (
addChatHead,removeChatHead,expandChatHead,collapseChatHead) - Built-in UI components (
FloatyMiniPlayer,FloatyNotificationCard) - 100% test coverage on handwritten code with 132 tests
- Testing utilities (
FakeFloatyPlatform,FakeOverlayDataSource) for easy widget testing
This project is licensed under the MIT License. See LICENSE for details.