Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 authored Nov 6, 2024
1 parent f2e2987 commit 8597974
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ dependencies {

## Why FlowMVI?

* Powerful Plug-In system to automate processes and **reuse any business logic** you desire.
* Powerful Plug-In system to automate processes and **reuse any business logic** you desire
* Create automatic analytics handlers, websocket connections, error handling mechanisms, or anything else once and
reuse them throughout your whole project automatically.
reuse them throughout your whole project automatically
* Build fully **async, reactive and parallel apps** - with no manual thread synchronization required!
* Create multiplatform business logic components with pluggable UI using **0 platform code**.
* Create multiplatform business logic components with pluggable UI using **0 platform code**
* Automatically **recover from any errors** and prevent crashes
* Automatic multiplatform system **lifecycle handling**
* Out of the box **debugging, logging, testing, undo/redo, caching and long-running tasks** support
Expand All @@ -95,11 +95,11 @@ dependencies {
* First class Compose Multiplatform support optimized for performance and ease of use
* Use both MVVM+ (functional) or MVI (model-driven) style of programming
* Share, distribute, or disable side-effects based on your team's needs
* Dedicated remote debugger app for Windows, Linux, MacOS
* The core library depends on kotlin coroutines. Nothing else.
* Dedicated remote debugger IDEA/AS plugin and app for Windows, Linux, MacOS
* The core library depends on kotlin coroutines. Nothing else
* Integration with popular libraries, such as [Decompose (Essenty)](https://github.com/arkivanov/Decompose)
* Core library is fully covered by tests
* Learn more by exploring the [sample app](https://opensource.respawn.pro/FlowMVI/sample/) in your browser.
* Learn more by exploring the [sample app](https://opensource.respawn.pro/FlowMVI/sample/) in your browser

## How does it look?

Expand Down Expand Up @@ -332,9 +332,11 @@ timerPlugin(timer).test(Loading) {
}
```

## Debugger App
## Debugger Plugin + App


https://github.com/user-attachments/assets/05f8efdb-d125-4c4a-9bda-79875f22578f

<img src="docs/images/debugger.gif" width="1200" alt="">

Ready to try? Start with reading the [Quickstart Guide](https://opensource.respawn.pro/FlowMVI/#/quickstart).

Expand Down

0 comments on commit 8597974

Please sign in to comment.