File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2.0.13
2+
3+ * Improve package score.
4+
15## 2.0.12
26
37* Improve package score.
Original file line number Diff line number Diff line change @@ -774,7 +774,9 @@ void _resolveImplicitTypes(
774774 // Rule I2.
775775 if (t == CharacterType .ltr ||
776776 t == CharacterType .an ||
777- t == CharacterType .en) textData[i].embeddingLevel += 1 ;
777+ t == CharacterType .en) {
778+ textData[i].embeddingLevel += 1 ;
779+ }
778780 }
779781 }
780782}
Original file line number Diff line number Diff line change 11name : bidi
22description : Implementation of the Unicode Bidirectional Algorithm (UBA). Converts logical strings to their equivalent visual representation.
3- version : 2.0.12
3+ version : 2.0.13
44repository : https://github.com/xclud/dart_bidi
55homepage : https://pwa.ir
66
@@ -9,4 +9,4 @@ environment:
99
1010dev_dependencies :
1111 test : ^1.25.0
12- lints : ^4 .0.0
12+ lints : ^5 .0.0
You can’t perform that action at this time.
0 commit comments