Skip to content

Commit 0d94046

Browse files
committed
fries: Fix for flutter 3.3
1 parent 493e723 commit 0d94046

3 files changed

Lines changed: 29 additions & 28 deletions

File tree

lib/ui/themes/slider.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class FriesSliderTrackShape extends SliderTrackShape {
8686
required SliderThemeData sliderTheme,
8787
required Animation<double> enableAnimation,
8888
required Offset thumbCenter,
89+
Offset? secondaryOffset,
8990
bool isEnabled = false,
9091
bool isDiscrete = false,
9192
required TextDirection textDirection,

pubspec.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: animations
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.0.2"
10+
version: "2.0.7"
1111
async:
1212
dependency: transitive
1313
description:
@@ -28,21 +28,14 @@ packages:
2828
name: characters
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.2.0"
32-
charcode:
33-
dependency: transitive
34-
description:
35-
name: charcode
36-
url: "https://pub.dartlang.org"
37-
source: hosted
38-
version: "1.3.1"
31+
version: "1.2.1"
3932
clock:
4033
dependency: transitive
4134
description:
4235
name: clock
4336
url: "https://pub.dartlang.org"
4437
source: hosted
45-
version: "1.1.0"
38+
version: "1.1.1"
4639
collection:
4740
dependency: transitive
4841
description:
@@ -56,7 +49,7 @@ packages:
5649
name: fake_async
5750
url: "https://pub.dartlang.org"
5851
source: hosted
59-
version: "1.3.0"
52+
version: "1.3.1"
6053
flutter:
6154
dependency: "direct main"
6255
description: flutter
@@ -68,7 +61,7 @@ packages:
6861
name: flutter_lints
6962
url: "https://pub.dartlang.org"
7063
source: hosted
71-
version: "2.0.0"
64+
version: "2.0.1"
7265
flutter_test:
7366
dependency: "direct dev"
7467
description: flutter
@@ -80,7 +73,14 @@ packages:
8073
name: fuzzywuzzy
8174
url: "https://pub.dartlang.org"
8275
source: hosted
83-
version: "0.1.7"
76+
version: "0.2.0"
77+
js:
78+
dependency: transitive
79+
description:
80+
name: js
81+
url: "https://pub.dartlang.org"
82+
source: hosted
83+
version: "0.6.4"
8484
lints:
8585
dependency: transitive
8686
description:
@@ -94,28 +94,28 @@ packages:
9494
name: matcher
9595
url: "https://pub.dartlang.org"
9696
source: hosted
97-
version: "0.12.11"
97+
version: "0.12.12"
9898
material_color_utilities:
9999
dependency: transitive
100100
description:
101101
name: material_color_utilities
102102
url: "https://pub.dartlang.org"
103103
source: hosted
104-
version: "0.1.4"
104+
version: "0.2.0"
105105
material_design_icons_flutter:
106106
dependency: "direct main"
107107
description:
108108
name: material_design_icons_flutter
109109
url: "https://pub.dartlang.org"
110110
source: hosted
111-
version: "5.0.6595"
111+
version: "5.0.6996"
112112
meta:
113113
dependency: transitive
114114
description:
115115
name: meta
116116
url: "https://pub.dartlang.org"
117117
source: hosted
118-
version: "1.7.0"
118+
version: "1.8.0"
119119
nested:
120120
dependency: transitive
121121
description:
@@ -129,14 +129,14 @@ packages:
129129
name: path
130130
url: "https://pub.dartlang.org"
131131
source: hosted
132-
version: "1.8.1"
132+
version: "1.8.2"
133133
provider:
134134
dependency: "direct main"
135135
description:
136136
name: provider
137137
url: "https://pub.dartlang.org"
138138
source: hosted
139-
version: "6.0.2"
139+
version: "6.0.3"
140140
pub_semver:
141141
dependency: "direct main"
142142
description:
@@ -155,7 +155,7 @@ packages:
155155
name: source_span
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "1.8.2"
158+
version: "1.9.1"
159159
stack_trace:
160160
dependency: transitive
161161
description:
@@ -169,35 +169,35 @@ packages:
169169
name: stream_channel
170170
url: "https://pub.dartlang.org"
171171
source: hosted
172-
version: "2.1.0"
172+
version: "2.1.1"
173173
string_scanner:
174174
dependency: transitive
175175
description:
176176
name: string_scanner
177177
url: "https://pub.dartlang.org"
178178
source: hosted
179-
version: "1.1.0"
179+
version: "1.1.1"
180180
term_glyph:
181181
dependency: transitive
182182
description:
183183
name: term_glyph
184184
url: "https://pub.dartlang.org"
185185
source: hosted
186-
version: "1.2.0"
186+
version: "1.2.1"
187187
test_api:
188188
dependency: transitive
189189
description:
190190
name: test_api
191191
url: "https://pub.dartlang.org"
192192
source: hosted
193-
version: "0.4.9"
193+
version: "0.4.14"
194194
vector_math:
195195
dependency: transitive
196196
description:
197197
name: vector_math
198198
url: "https://pub.dartlang.org"
199199
source: hosted
200-
version: "2.1.2"
200+
version: "2.1.4"
201201
sdks:
202-
dart: ">=2.17.0-206.0.dev <3.0.0"
203-
flutter: ">=1.16.0"
202+
dart: ">=2.18.0 <3.0.0"
203+
flutter: ">=3.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212

1313
animations: ^2.0.2
1414
material_design_icons_flutter: ^5.0.6595
15-
fuzzywuzzy: ^0.1.6
15+
fuzzywuzzy: ^0.2.0
1616
provider: ^6.0.1
1717
pub_semver: ^2.1.0
1818

0 commit comments

Comments
 (0)