FlowBus: Simplify Event Handling
FlowBus provides a Kotlin Coroutines Flow powered Event Bus for Android apps, enabling efficient event handling and communication between components
- •When building a complex Android app with multiple components that need to communicate with each other
- •When you want to handle events in a decoupled and scalable way
- •When you need to integrate Kotlin Coroutines Flow with your Android app's event handling system
Post a `UserLoggedInEvent` to the bus: `flowBus.post(UserLoggedInEvent(user))` and subscribe to it: `flowBus.eventsOfType(UserLoggedInEvent::class.java).collect { event -> Log.d("FlowBus", "User logged in: ${event.user.username}")`Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/flowbus && curl -fsSL https://workflowstacks.com/api/skills/flowbus/claude-skill -o ~/.claude/skills/flowbus/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
What's inside — free to inspect
Read the entire source before you build — unlike paid marketplaces that hide it behind a buy button.
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/flowbus && curl -fsSL https://workflowstacks.com/api/skills/flowbus/claude-skill -o ~/.claude/skills/flowbus/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.