floaty_chatheads_ios 1.0.0
floaty_chatheads_ios: ^1.0.0 copied to clipboard
iOS implementation of floaty_chatheads. Uses a UIWindow-based PiP overlay at window level .alert + 1 with no special permissions required. Supports iOS 13+ with Pigeon-generated type-safe Dart-Swift c [...]
floaty_chatheads_ios #
The iOS implementation of floaty_chatheads -- the successor to
floaty_chathead.
Features #
UIWindow-based PiP overlay atwindowLevel = .alert + 1- No special permissions required
- Pigeon-generated type-safe Dart ↔ Swift communication
UIPanGestureRecognizerfor bubble drag with bounds clamping- Separate
FlutterEngine+FlutterViewControllerfor overlay content - Bidirectional messaging between main app and overlay isolate
- Content panel resize, overlay flag updates, and position queries
- Multi-bubble add / remove by ID
- iOS 13.0+ / Swift 6.1+
Usage #
This package is endorsed, which means you can simply use
floaty_chatheads normally. This package will be automatically included
in your app when you do.