Skip to content

Commit ed5a157

Browse files
committed
Bump version
1 parent c7f400d commit ed5a157

File tree

3 files changed

+86
-102
lines changed

3 files changed

+86
-102
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.4.1
2+
* Fix compile warning, thanks [@mengyanshou].
3+
14
## 0.4.0
25
* Update to Dart3
36

@@ -52,4 +55,5 @@
5255
[#2]: https://github.com/TerminalStudio/flutter_pty/pull/2
5356
[#3]: https://github.com/TerminalStudio/flutter_pty/pull/3
5457

55-
[@devmil]: https://github.com/devmil
58+
[@devmil]: https://github.com/devmil
59+
[@mengyanshou]: https://github.com/mengyanshou

example/pubspec.lock

Lines changed: 80 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +1,109 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4+
archive:
5+
dependency: transitive
6+
description:
7+
name: archive
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "3.3.0"
411
async:
512
dependency: transitive
613
description:
714
name: async
8-
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
9-
url: "https://pub.dev"
15+
url: "https://pub.dartlang.org"
1016
source: hosted
11-
version: "2.11.0"
17+
version: "2.9.0"
1218
boolean_selector:
1319
dependency: transitive
1420
description:
1521
name: boolean_selector
16-
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
17-
url: "https://pub.dev"
22+
url: "https://pub.dartlang.org"
1823
source: hosted
19-
version: "2.1.1"
24+
version: "2.1.0"
2025
characters:
2126
dependency: transitive
2227
description:
2328
name: characters
24-
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
25-
url: "https://pub.dev"
29+
url: "https://pub.dartlang.org"
2630
source: hosted
27-
version: "1.3.0"
31+
version: "1.2.1"
2832
clock:
2933
dependency: transitive
3034
description:
3135
name: clock
32-
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
33-
url: "https://pub.dev"
36+
url: "https://pub.dartlang.org"
3437
source: hosted
3538
version: "1.1.1"
3639
collection:
3740
dependency: transitive
3841
description:
3942
name: collection
40-
sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c"
41-
url: "https://pub.dev"
43+
url: "https://pub.dartlang.org"
4244
source: hosted
43-
version: "1.17.1"
45+
version: "1.16.0"
4446
convert:
4547
dependency: transitive
4648
description:
4749
name: convert
48-
sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592"
49-
url: "https://pub.dev"
50+
url: "https://pub.dartlang.org"
51+
source: hosted
52+
version: "3.0.1"
53+
crypto:
54+
dependency: transitive
55+
description:
56+
name: crypto
57+
url: "https://pub.dartlang.org"
5058
source: hosted
51-
version: "3.1.1"
59+
version: "3.0.2"
5260
cupertino_icons:
5361
dependency: "direct main"
5462
description:
5563
name: cupertino_icons
56-
sha256: e35129dc44c9118cee2a5603506d823bab99c68393879edb440e0090d07586be
57-
url: "https://pub.dev"
64+
url: "https://pub.dartlang.org"
5865
source: hosted
59-
version: "1.0.5"
66+
version: "1.0.4"
6067
equatable:
6168
dependency: transitive
6269
description:
6370
name: equatable
64-
sha256: c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2
65-
url: "https://pub.dev"
71+
url: "https://pub.dartlang.org"
6672
source: hosted
67-
version: "2.0.5"
73+
version: "2.0.3"
6874
fake_async:
6975
dependency: transitive
7076
description:
7177
name: fake_async
72-
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
73-
url: "https://pub.dev"
78+
url: "https://pub.dartlang.org"
7479
source: hosted
7580
version: "1.3.1"
7681
ffi:
7782
dependency: transitive
7883
description:
7984
name: ffi
80-
sha256: ed5337a5660c506388a9f012be0288fb38b49020ce2b45fe1f8b8323fe429f99
81-
url: "https://pub.dev"
85+
url: "https://pub.dartlang.org"
8286
source: hosted
8387
version: "2.0.2"
8488
file:
8589
dependency: transitive
8690
description:
8791
name: file
88-
sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d"
89-
url: "https://pub.dev"
92+
url: "https://pub.dartlang.org"
9093
source: hosted
91-
version: "6.1.4"
94+
version: "6.1.2"
9295
flutter:
9396
dependency: "direct main"
9497
description: flutter
9598
source: sdk
9699
version: "0.0.0"
100+
flutter_acrylic:
101+
dependency: "direct main"
102+
description:
103+
name: flutter_acrylic
104+
url: "https://pub.dartlang.org"
105+
source: hosted
106+
version: "1.0.0+2"
97107
flutter_driver:
98108
dependency: transitive
99109
description: flutter
@@ -103,8 +113,7 @@ packages:
103113
dependency: "direct dev"
104114
description:
105115
name: flutter_lints
106-
sha256: b543301ad291598523947dc534aaddc5aaad597b709d2426d3a0e0d44c5cb493
107-
url: "https://pub.dev"
116+
url: "https://pub.dartlang.org"
108117
source: hosted
109118
version: "1.0.4"
110119
flutter_pty:
@@ -129,86 +138,69 @@ packages:
129138
description: flutter
130139
source: sdk
131140
version: "0.0.0"
132-
js:
133-
dependency: transitive
134-
description:
135-
name: js
136-
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
137-
url: "https://pub.dev"
138-
source: hosted
139-
version: "0.6.7"
140141
lints:
141142
dependency: transitive
142143
description:
143144
name: lints
144-
sha256: a2c3d198cb5ea2e179926622d433331d8b58374ab8f29cdda6e863bd62fd369c
145-
url: "https://pub.dev"
145+
url: "https://pub.dartlang.org"
146146
source: hosted
147147
version: "1.0.1"
148148
matcher:
149149
dependency: transitive
150150
description:
151151
name: matcher
152-
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
153-
url: "https://pub.dev"
152+
url: "https://pub.dartlang.org"
154153
source: hosted
155-
version: "0.12.15"
154+
version: "0.12.12"
156155
material_color_utilities:
157156
dependency: transitive
158157
description:
159158
name: material_color_utilities
160-
sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
161-
url: "https://pub.dev"
159+
url: "https://pub.dartlang.org"
162160
source: hosted
163-
version: "0.2.0"
161+
version: "0.1.5"
164162
meta:
165163
dependency: transitive
166164
description:
167165
name: meta
168-
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
169-
url: "https://pub.dev"
166+
url: "https://pub.dartlang.org"
170167
source: hosted
171-
version: "1.9.1"
168+
version: "1.8.0"
172169
path:
173170
dependency: transitive
174171
description:
175172
name: path
176-
sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917"
177-
url: "https://pub.dev"
173+
url: "https://pub.dartlang.org"
178174
source: hosted
179-
version: "1.8.3"
175+
version: "1.8.2"
180176
platform:
181177
dependency: transitive
182178
description:
183179
name: platform
184-
sha256: "4a451831508d7d6ca779f7ac6e212b4023dd5a7d08a27a63da33756410e32b76"
185-
url: "https://pub.dev"
180+
url: "https://pub.dartlang.org"
186181
source: hosted
187182
version: "3.1.0"
188183
platform_info:
189184
dependency: transitive
190185
description:
191186
name: platform_info
192-
sha256: "012e73712166cf0b56d3eb95c0d33491f56b428c169eca385f036448474147e4"
193-
url: "https://pub.dev"
187+
url: "https://pub.dartlang.org"
194188
source: hosted
195-
version: "3.2.0"
189+
version: "3.1.0"
196190
process:
197191
dependency: transitive
198192
description:
199193
name: process
200-
sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09"
201-
url: "https://pub.dev"
194+
url: "https://pub.dartlang.org"
202195
source: hosted
203196
version: "4.2.4"
204197
quiver:
205198
dependency: transitive
206199
description:
207200
name: quiver
208-
sha256: b1c1ac5ce6688d77f65f3375a9abb9319b3cb32486bdc7a1e0fdf004d7ba4e47
209-
url: "https://pub.dev"
201+
url: "https://pub.dartlang.org"
210202
source: hosted
211-
version: "3.2.1"
203+
version: "3.1.0"
212204
sky_engine:
213205
dependency: transitive
214206
description: flutter
@@ -218,98 +210,86 @@ packages:
218210
dependency: transitive
219211
description:
220212
name: source_span
221-
sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
222-
url: "https://pub.dev"
213+
url: "https://pub.dartlang.org"
223214
source: hosted
224-
version: "1.9.1"
215+
version: "1.9.0"
225216
stack_trace:
226217
dependency: transitive
227218
description:
228219
name: stack_trace
229-
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
230-
url: "https://pub.dev"
220+
url: "https://pub.dartlang.org"
231221
source: hosted
232-
version: "1.11.0"
222+
version: "1.10.0"
233223
stream_channel:
234224
dependency: transitive
235225
description:
236226
name: stream_channel
237-
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
238-
url: "https://pub.dev"
227+
url: "https://pub.dartlang.org"
239228
source: hosted
240-
version: "2.1.1"
229+
version: "2.1.0"
241230
string_scanner:
242231
dependency: transitive
243232
description:
244233
name: string_scanner
245-
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
246-
url: "https://pub.dev"
234+
url: "https://pub.dartlang.org"
247235
source: hosted
248-
version: "1.2.0"
236+
version: "1.1.1"
249237
sync_http:
250238
dependency: transitive
251239
description:
252240
name: sync_http
253-
sha256: "7f0cd72eca000d2e026bcd6f990b81d0ca06022ef4e32fb257b30d3d1014a961"
254-
url: "https://pub.dev"
241+
url: "https://pub.dartlang.org"
255242
source: hosted
256243
version: "0.3.1"
257244
term_glyph:
258245
dependency: transitive
259246
description:
260247
name: term_glyph
261-
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
262-
url: "https://pub.dev"
248+
url: "https://pub.dartlang.org"
263249
source: hosted
264250
version: "1.2.1"
265251
test_api:
266252
dependency: transitive
267253
description:
268254
name: test_api
269-
sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb
270-
url: "https://pub.dev"
255+
url: "https://pub.dartlang.org"
271256
source: hosted
272-
version: "0.5.1"
257+
version: "0.4.12"
273258
typed_data:
274259
dependency: transitive
275260
description:
276261
name: typed_data
277-
sha256: facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c
278-
url: "https://pub.dev"
262+
url: "https://pub.dartlang.org"
279263
source: hosted
280-
version: "1.3.2"
264+
version: "1.3.1"
281265
vector_math:
282266
dependency: transitive
283267
description:
284268
name: vector_math
285-
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
286-
url: "https://pub.dev"
269+
url: "https://pub.dartlang.org"
287270
source: hosted
288-
version: "2.1.4"
271+
version: "2.1.2"
289272
vm_service:
290273
dependency: transitive
291274
description:
292275
name: vm_service
293-
sha256: f6deed8ed625c52864792459709183da231ebf66ff0cf09e69b573227c377efe
294-
url: "https://pub.dev"
276+
url: "https://pub.dartlang.org"
295277
source: hosted
296-
version: "11.3.0"
278+
version: "9.0.0"
297279
webdriver:
298280
dependency: transitive
299281
description:
300282
name: webdriver
301-
sha256: "3c923e918918feeb90c4c9fdf1fe39220fa4c0e8e2c0fffaded174498ef86c49"
302-
url: "https://pub.dev"
283+
url: "https://pub.dartlang.org"
303284
source: hosted
304-
version: "3.0.2"
285+
version: "3.0.0"
305286
xterm:
306287
dependency: "direct main"
307288
description:
308289
name: xterm
309-
sha256: "6a02b15d03152b8186e12790902ff28c8a932fc441e89fa7255a7491661a8e69"
310-
url: "https://pub.dev"
290+
url: "https://pub.dartlang.org"
311291
source: hosted
312-
version: "3.5.0"
292+
version: "3.0.6-alpha"
313293
sdks:
314-
dart: ">=3.0.0 <4.0.0"
315-
flutter: ">=3.0.0"
294+
dart: ">=2.17.0 <3.0.0"
295+
flutter: ">=2.12.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_pty
22
description: Pty for Flutter. Provides the ability to create processes with pseudo terminal file descriptors.
3-
version: 0.4.0
3+
version: 0.4.1
44
homepage: https://github.com/TerminalStudio/flutter_pty
55

66
environment:

0 commit comments

Comments
 (0)