File tree Expand file tree Collapse file tree 3 files changed +20
-14
lines changed Expand file tree Collapse file tree 3 files changed +20
-14
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.2
2
+
3
+ - fix: use characters api to render unicode ([ #15 ] ( https://github.com/thecodexhub/typethis/pull/15 ) )
4
+ - chore: create CODE_OF_CONDUCT.md
5
+ - chore: update issue templates
6
+
1
7
## 1.0.1
2
8
3
9
- fix: text overflow on long string ([ #10 ] ( https://github.com/thecodexhub/typethis/pull/10 ) )
Original file line number Diff line number Diff line change @@ -79,18 +79,18 @@ packages:
79
79
dependency: transitive
80
80
description:
81
81
name: leak_tracker
82
- sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a "
82
+ sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05 "
83
83
url: "https://pub.dev"
84
84
source: hosted
85
- version: "10.0.4 "
85
+ version: "10.0.5 "
86
86
leak_tracker_flutter_testing:
87
87
dependency: transitive
88
88
description:
89
89
name: leak_tracker_flutter_testing
90
- sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8 "
90
+ sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806 "
91
91
url: "https://pub.dev"
92
92
source: hosted
93
- version: "3.0.3 "
93
+ version: "3.0.5 "
94
94
leak_tracker_testing:
95
95
dependency: transitive
96
96
description:
@@ -119,18 +119,18 @@ packages:
119
119
dependency: transitive
120
120
description:
121
121
name: material_color_utilities
122
- sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
122
+ sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
123
123
url: "https://pub.dev"
124
124
source: hosted
125
- version: "0.8.0 "
125
+ version: "0.11.1 "
126
126
meta:
127
127
dependency: transitive
128
128
description:
129
129
name: meta
130
- sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
130
+ sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
131
131
url: "https://pub.dev"
132
132
source: hosted
133
- version: "1.12 .0"
133
+ version: "1.15 .0"
134
134
path:
135
135
dependency: transitive
136
136
description:
@@ -188,17 +188,17 @@ packages:
188
188
dependency: transitive
189
189
description:
190
190
name: test_api
191
- sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f "
191
+ sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb "
192
192
url: "https://pub.dev"
193
193
source: hosted
194
- version: "0.7.0 "
194
+ version: "0.7.2 "
195
195
typethis:
196
196
dependency: "direct main"
197
197
description:
198
198
path: ".."
199
199
relative: true
200
200
source: path
201
- version: "1.0.1 "
201
+ version: "1.0.2 "
202
202
vector_math:
203
203
dependency: transitive
204
204
description:
@@ -211,10 +211,10 @@ packages:
211
211
dependency: transitive
212
212
description:
213
213
name: vm_service
214
- sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec "
214
+ sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d "
215
215
url: "https://pub.dev"
216
216
source: hosted
217
- version: "14.2.1 "
217
+ version: "14.2.5 "
218
218
sdks:
219
219
dart: ">=3.3.0 <4.0.0"
220
220
flutter: ">=3.18.0-18.0.pre.54"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ issue_tracker: https://github.com/thecodexhub/typethis/issues
5
5
homepage : https://github.com/thecodexhub/typethis
6
6
documentation : https://github.com/thecodexhub/typethis
7
7
8
- version : 1.0.1
8
+ version : 1.0.2
9
9
10
10
environment :
11
11
sdk : " >=3.1.3 <4.0.0"
You can’t perform that action at this time.
0 commit comments