File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,21 @@ Liked some of my work? Buy me a coffee (or more likely a beer)
1919
2020## RxDart compatibility
2121
22- | ** rxdart** | ** rxdart_ext** |
23- | :------------------------:| :---------------------:|
24- | ` 0.26.0 ` | ` below 0.0.1 ` |
25- | ` from 0.27.0 to 0.27.1 ` | ` from 0.1.0 to 0.1.1 ` |
26- | ` 0.27.2 ` | ` 0.1.2 ` |
27- | ` 0.27.3 ` | ` from 0.1.3 to 0.2.0 ` |
28- | ` from 0.27.4 to 0.27.5 ` | ` from 0.2.1 to 0.2.4 ` |
22+ | ** rxdart** | ** rxdart_ext** |
23+ | :----------:| :---------------:|
24+ | ` ^0.27.2 ` | ` 0.1.2 ` |
25+ | ` ^0.27.3 ` | ` 0.1.3 → 0.2.0 ` |
26+ | ` ^0.27.4 ` | ` 0.2.1 → 0.2.2 ` |
27+ | ` ^0.27.5 ` | ` 0.2.3 → 0.2.4 ` |
28+
29+ - For example: ` rxdart: ^0.27.4 ` → ` rxdart_ext: ^v ` , ` v ` in ` 0.2.1 → 0.2.2 ` and ` 0.2.3 → 0.2.4 `
30+ (all rows since ` ^0.27.4 ` row in the above table).
31+
32+ - But in some cases there is any ** conflict** between ` rxdart ` version and ` rxdart_ext ` version,
33+ you must use ** stricter version** , eg. ` rxdart: ^0.27.4 ` → ` rxdart_ext: ^v ` , ` v ` in ` 0.2.1 → 0.2.2 `
34+ (** same row** in the above table)
35+
36+ - ** The latest version of ` rxdart_ext ` always works fine with the latest version of ` rxdart ` .**
2937
3038## API
3139
You can’t perform that action at this time.
0 commit comments