Results for “flywheel-connections”

7 skills
chimeranext
Platform Channels
Implements bidirectional communication between Flutter and native iOS/Android code using MethodChannel, EventChannel, and FFI, covering battery, sensors, and native SDK integration.
4
loopyluci
Flutter Dev
**Trigger**: Use when developing Flutter applications — widget patterns, state management (Riverpod/Bloc), navigation, and platform integration.
1 · bundle
chimeranext
Webview Integration
Integrates WebViews in Flutter apps using flutter_inappwebview, covering HTML content loading, JavaScript bridges for bidirectional communication, navigation handling, cookies, and storage.
4
chimeranext
Websocket Integration
Implements real-time bidirectional communication in Flutter apps using WebSocket or Socket.io, with auto-reconnection, message queuing, and connection state management.
4
chimeranext
Firebase
Integrates Firebase services into a Flutter app, covering authentication, Firestore, storage, messaging, analytics, crash reporting, and remote configuration with Provider state management.
4
chimeranext
Map Integration
Integrates Google Maps and Mapbox into Flutter apps with markers, polylines, clustering, location tracking, and routing.
4
jasoncarreira
Fallback Chains
Layer alternative channels / scrapers / data sources with explicit fall-through, where each rung covers a different failure mode. Use when interacting with the world (sending a notification, fetching from a third party, detecting a state change, authenticating) and the single canonical path could fail in known ways. Distinct from retrying — retries handle transient failures; fallback chains handle modal ones (channel down, API gone, cookie expired). Three layers tops; the terminal rung is loud.
6