Skip to content

Commit 4657c0b

Browse files
committed
bump: 0.0.3
PR: flutter/engine#36143
1 parent 57b9b61 commit 4657c0b

File tree

9 files changed

+138
-231
lines changed

9 files changed

+138
-231
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.0.3
2+
3+
* Remove unnecessary codes, reduce package size
4+
* Upgrade SDK minimum requirement to 2.15.0
5+
16
## 0.0.2
27

38
* Remove unnecessary assets

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Big thanks to imiskolee to create the [base of this plugin](https://github.com/i
1717

1818
Note: Currently, the api required by this plugin on Windows is included in flutter `master` branch. It means that u need to use this plugin with flutter master branch on Windows platform. See [flutter engine PR#36143](https://github.com/flutter/engine/pull/36143) for details.
1919

20+
Update: the latest Flutter `3.7.0` does not contain PR above, which merges to `flutter-3.7.0-candidate.2`, while Flutter stable `3.7.0` is using `flutter-3.7.0-candidate.1`. This limitation will be lifted maybe in the next Flutter stable release.
21+
2022
# Get prepared
2123

2224
## Register your custom cursor before

example/pubspec.lock

Lines changed: 82 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -5,79 +5,82 @@ packages:
55
dependency: transitive
66
description:
77
name: archive
8-
url: "https://pub.flutter-io.cn"
8+
sha256: ed7cc591a948744994714375caf9a2ce89e1d82e8243997c8a2994d57181c212
9+
url: "https://pub.dartlang.org"
910
source: hosted
10-
version: "3.3.4"
11+
version: "3.3.5"
1112
async:
1213
dependency: transitive
1314
description:
1415
name: async
15-
url: "https://pub.flutter-io.cn"
16+
sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0
17+
url: "https://pub.dartlang.org"
1618
source: hosted
17-
version: "2.8.2"
19+
version: "2.10.0"
1820
boolean_selector:
1921
dependency: transitive
2022
description:
2123
name: boolean_selector
22-
url: "https://pub.flutter-io.cn"
24+
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
25+
url: "https://pub.dartlang.org"
2326
source: hosted
24-
version: "2.1.0"
27+
version: "2.1.1"
2528
characters:
2629
dependency: transitive
2730
description:
2831
name: characters
29-
url: "https://pub.flutter-io.cn"
32+
sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c
33+
url: "https://pub.dartlang.org"
3034
source: hosted
31-
version: "1.2.0"
32-
charcode:
33-
dependency: transitive
34-
description:
35-
name: charcode
36-
url: "https://pub.flutter-io.cn"
37-
source: hosted
38-
version: "1.3.1"
35+
version: "1.2.1"
3936
clock:
4037
dependency: transitive
4138
description:
4239
name: clock
43-
url: "https://pub.flutter-io.cn"
40+
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
41+
url: "https://pub.dartlang.org"
4442
source: hosted
45-
version: "1.1.0"
43+
version: "1.1.1"
4644
collection:
4745
dependency: transitive
4846
description:
4947
name: collection
50-
url: "https://pub.flutter-io.cn"
48+
sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0
49+
url: "https://pub.dartlang.org"
5150
source: hosted
52-
version: "1.16.0"
51+
version: "1.17.0"
5352
convert:
5453
dependency: transitive
5554
description:
5655
name: convert
57-
url: "https://pub.flutter-io.cn"
56+
sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592"
57+
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "3.1.0"
59+
version: "3.1.1"
6060
crypto:
6161
dependency: transitive
6262
description:
6363
name: crypto
64-
url: "https://pub.flutter-io.cn"
64+
sha256: aa274aa7774f8964e4f4f38cc994db7b6158dd36e9187aaceaddc994b35c6c67
65+
url: "https://pub.dartlang.org"
6566
source: hosted
6667
version: "3.0.2"
6768
cupertino_icons:
6869
dependency: "direct main"
6970
description:
7071
name: cupertino_icons
71-
url: "https://pub.flutter-io.cn"
72+
sha256: e35129dc44c9118cee2a5603506d823bab99c68393879edb440e0090d07586be
73+
url: "https://pub.dartlang.org"
7274
source: hosted
7375
version: "1.0.5"
7476
fake_async:
7577
dependency: transitive
7678
description:
7779
name: fake_async
78-
url: "https://pub.flutter-io.cn"
80+
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
81+
url: "https://pub.dartlang.org"
7982
source: hosted
80-
version: "1.3.0"
83+
version: "1.3.1"
8184
flutter:
8285
dependency: "direct main"
8386
description: flutter
@@ -89,12 +92,13 @@ packages:
8992
path: ".."
9093
relative: true
9194
source: path
92-
version: "0.0.1"
95+
version: "0.0.2"
9396
flutter_lints:
9497
dependency: "direct dev"
9598
description:
9699
name: flutter_lints
97-
url: "https://pub.flutter-io.cn"
100+
sha256: b543301ad291598523947dc534aaddc5aaad597b709d2426d3a0e0d44c5cb493
101+
url: "https://pub.dartlang.org"
98102
source: hosted
99103
version: "1.0.4"
100104
flutter_test:
@@ -106,63 +110,72 @@ packages:
106110
dependency: "direct main"
107111
description:
108112
name: image
109-
url: "https://pub.flutter-io.cn"
113+
sha256: "8e9d133755c3e84c73288363e6343157c383a0c6c56fc51afcc5d4d7180306d6"
114+
url: "https://pub.dartlang.org"
110115
source: hosted
111-
version: "3.2.2"
116+
version: "3.3.0"
112117
js:
113118
dependency: transitive
114119
description:
115120
name: js
116-
url: "https://pub.flutter-io.cn"
121+
sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7"
122+
url: "https://pub.dartlang.org"
117123
source: hosted
118124
version: "0.6.5"
119125
lints:
120126
dependency: transitive
121127
description:
122128
name: lints
123-
url: "https://pub.flutter-io.cn"
129+
sha256: a2c3d198cb5ea2e179926622d433331d8b58374ab8f29cdda6e863bd62fd369c
130+
url: "https://pub.dartlang.org"
124131
source: hosted
125132
version: "1.0.1"
126133
matcher:
127134
dependency: transitive
128135
description:
129136
name: matcher
130-
url: "https://pub.flutter-io.cn"
137+
sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72"
138+
url: "https://pub.dartlang.org"
131139
source: hosted
132-
version: "0.12.11"
140+
version: "0.12.13"
133141
material_color_utilities:
134142
dependency: transitive
135143
description:
136144
name: material_color_utilities
137-
url: "https://pub.flutter-io.cn"
145+
sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
146+
url: "https://pub.dartlang.org"
138147
source: hosted
139-
version: "0.1.4"
148+
version: "0.2.0"
140149
meta:
141150
dependency: transitive
142151
description:
143152
name: meta
144-
url: "https://pub.flutter-io.cn"
153+
sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42"
154+
url: "https://pub.dartlang.org"
145155
source: hosted
146-
version: "1.7.0"
156+
version: "1.8.0"
147157
path:
148158
dependency: transitive
149159
description:
150160
name: path
151-
url: "https://pub.flutter-io.cn"
161+
sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b
162+
url: "https://pub.dartlang.org"
152163
source: hosted
153-
version: "1.8.1"
164+
version: "1.8.2"
154165
petitparser:
155166
dependency: transitive
156167
description:
157168
name: petitparser
158-
url: "https://pub.flutter-io.cn"
169+
sha256: "49392a45ced973e8d94a85fdb21293fbb40ba805fc49f2965101ae748a3683b4"
170+
url: "https://pub.dartlang.org"
159171
source: hosted
160-
version: "5.0.0"
172+
version: "5.1.0"
161173
pointycastle:
162174
dependency: transitive
163175
description:
164176
name: pointycastle
165-
url: "https://pub.flutter-io.cn"
177+
sha256: db7306cf0249f838d1a24af52b5a5887c5bf7f31d8bb4e827d071dc0939ad346
178+
url: "https://pub.dartlang.org"
166179
source: hosted
167180
version: "3.6.2"
168181
sky_engine:
@@ -174,65 +187,74 @@ packages:
174187
dependency: transitive
175188
description:
176189
name: source_span
177-
url: "https://pub.flutter-io.cn"
190+
sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
191+
url: "https://pub.dartlang.org"
178192
source: hosted
179-
version: "1.8.2"
193+
version: "1.9.1"
180194
stack_trace:
181195
dependency: transitive
182196
description:
183197
name: stack_trace
184-
url: "https://pub.flutter-io.cn"
198+
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
199+
url: "https://pub.dartlang.org"
185200
source: hosted
186-
version: "1.10.0"
201+
version: "1.11.0"
187202
stream_channel:
188203
dependency: transitive
189204
description:
190205
name: stream_channel
191-
url: "https://pub.flutter-io.cn"
206+
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
207+
url: "https://pub.dartlang.org"
192208
source: hosted
193-
version: "2.1.0"
209+
version: "2.1.1"
194210
string_scanner:
195211
dependency: transitive
196212
description:
197213
name: string_scanner
198-
url: "https://pub.flutter-io.cn"
214+
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
215+
url: "https://pub.dartlang.org"
199216
source: hosted
200-
version: "1.1.0"
217+
version: "1.2.0"
201218
term_glyph:
202219
dependency: transitive
203220
description:
204221
name: term_glyph
205-
url: "https://pub.flutter-io.cn"
222+
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
223+
url: "https://pub.dartlang.org"
206224
source: hosted
207-
version: "1.2.0"
225+
version: "1.2.1"
208226
test_api:
209227
dependency: transitive
210228
description:
211229
name: test_api
212-
url: "https://pub.flutter-io.cn"
230+
sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206
231+
url: "https://pub.dartlang.org"
213232
source: hosted
214-
version: "0.4.9"
233+
version: "0.4.16"
215234
typed_data:
216235
dependency: transitive
217236
description:
218237
name: typed_data
219-
url: "https://pub.flutter-io.cn"
238+
sha256: "26f87ade979c47a150c9eaab93ccd2bebe70a27dc0b4b29517f2904f04eb11a5"
239+
url: "https://pub.dartlang.org"
220240
source: hosted
221241
version: "1.3.1"
222242
vector_math:
223243
dependency: transitive
224244
description:
225245
name: vector_math
226-
url: "https://pub.flutter-io.cn"
246+
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
247+
url: "https://pub.dartlang.org"
227248
source: hosted
228-
version: "2.1.2"
249+
version: "2.1.4"
229250
xml:
230251
dependency: transitive
231252
description:
232253
name: xml
233-
url: "https://pub.flutter-io.cn"
254+
sha256: "979ee37d622dec6365e2efa4d906c37470995871fe9ae080d967e192d88286b5"
255+
url: "https://pub.dartlang.org"
234256
source: hosted
235-
version: "6.1.0"
257+
version: "6.2.2"
236258
sdks:
237-
dart: ">=2.17.0 <3.0.0"
259+
dart: ">=2.18.0 <4.0.0"
238260
flutter: ">=2.5.0"

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Demonstrates how to use the flutter_custom_cursor plugin.
66
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
77

88
environment:
9-
sdk: ">=2.13.0 <3.0.0"
9+
sdk: ">=2.15.0 <3.0.0"
1010

1111
# Dependencies specify other packages that your package needs in order to work.
1212
# To automatically upgrade your package dependencies to the latest versions

example/test/widget_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ void main() {
1818
// Verify that platform version is retrieved.
1919
expect(
2020
find.byWidgetPredicate(
21-
(Widget widget) => widget is Text &&
22-
widget.data!.startsWith('Running on:'),
21+
(Widget widget) =>
22+
widget is Text && widget.data!.startsWith('Running on:'),
2323
),
2424
findsOneWidget,
2525
);

0 commit comments

Comments
 (0)