File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed
Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1+ ## [ 3.0.2] - 2022.02.10
2+
3+ - Fix for bug caused by Flutter 2.10 upgrade (#20 ) (@azhansy )
4+
15## [ 3.0.1] - 2022.01.10
26
37- Exported ` MongolTextPainter ` so that it is public now.
Original file line number Diff line number Diff line change @@ -81,6 +81,13 @@ packages:
8181 url: "https://pub.dartlang.org"
8282 source: hosted
8383 version: "0.12.11"
84+ material_color_utilities:
85+ dependency: transitive
86+ description:
87+ name: material_color_utilities
88+ url: "https://pub.dartlang.org"
89+ source: hosted
90+ version: "0.1.3"
8491 meta:
8592 dependency: transitive
8693 description:
@@ -94,7 +101,7 @@ packages:
94101 path: ".."
95102 relative: true
96103 source: path
97- version: "3.0.1 "
104+ version: "3.0.2 "
98105 path:
99106 dependency: transitive
100107 description:
@@ -148,7 +155,7 @@ packages:
148155 name: test_api
149156 url: "https://pub.dartlang.org"
150157 source: hosted
151- version: "0.4.3 "
158+ version: "0.4.8 "
152159 typed_data:
153160 dependency: transitive
154161 description:
Original file line number Diff line number Diff line change @@ -81,6 +81,13 @@ packages:
8181 url: "https://pub.dartlang.org"
8282 source: hosted
8383 version: "0.12.11"
84+ material_color_utilities:
85+ dependency: transitive
86+ description:
87+ name: material_color_utilities
88+ url: "https://pub.dartlang.org"
89+ source: hosted
90+ version: "0.1.3"
8491 meta:
8592 dependency: "direct dev"
8693 description:
@@ -141,7 +148,7 @@ packages:
141148 name: test_api
142149 url: "https://pub.dartlang.org"
143150 source: hosted
144- version: "0.4.3 "
151+ version: "0.4.8 "
145152 typed_data:
146153 dependency: transitive
147154 description:
Original file line number Diff line number Diff line change 11name : mongol
22description : Flutter widget package for displaying and editing vertical Mongolian text.
3- version : 3.0.1
3+ version : 3.0.2
44homepage : https://github.com/suragch/mongol
55
66environment :
You can’t perform that action at this time.
0 commit comments