Skip to content

Commit

Permalink
docs(readme): update RxDart compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Mar 22, 2022
1 parent 68e48f1 commit 75377bd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ Some extension methods and classes built on top of [`RxDart`](https://pub.dev/pa

## RxDart compatibility

| rxdart | rxdart_ext |
| :---: | :---: |
| `0.26.0` | `<=0.0.1` |
| `>=0.27.0 <=0.27.1` | `>=0.1.0 <=0.1.1` |
| `0.27.2` | `0.1.2` |
| `>=0.27.3` | `>=0.1.3` |

| **rxdart** | **rxdart_ext** |
|:------------------------:|:---------------------:|
| `0.26.0` | `below 0.0.1` |
| `from 0.27.0 to 0.27.1` | `from 0.1.0 to 0.1.1` |
| `0.27.2` | `0.1.2` |
| `0.27.3` | `from 0.1.3 to 0.2.0` |

## API

Expand Down

0 comments on commit 75377bd

Please sign in to comment.