File tree Expand file tree Collapse file tree 4 files changed +21
-21
lines changed
lib/src/widgets/touch_spin Expand file tree Collapse file tree 4 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ void main() {
9
9
}
10
10
11
11
class MyApp extends StatelessWidget {
12
- const MyApp ({Key ? key}) : super ( key: key );
12
+ const MyApp ({super . key} );
13
13
14
14
// This widget is the root of your application.
15
15
@override
@@ -29,7 +29,7 @@ class MyApp extends StatelessWidget {
29
29
}
30
30
31
31
class MyHomePage extends StatefulWidget {
32
- const MyHomePage ({Key ? key}) : super ( key: key );
32
+ const MyHomePage ({super . key} );
33
33
34
34
@override
35
35
MyHomePageState createState () => MyHomePageState ();
Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ packages:
98
98
dependency: "direct main"
99
99
description:
100
100
name: flutter_form_builder
101
- sha256: "560eb5e367d81170c6ade1e7ae63ecc5167936ae2cdfaae8a345e91bce19d2f2 "
101
+ sha256: "447f8808f68070f7df968e8063aada3c9d2e90e789b5b70f3b44e4b315212656 "
102
102
url: "https://pub.dev"
103
103
source: hosted
104
- version: "9.2.1 "
104
+ version: "9.3.0 "
105
105
flutter_keyboard_visibility:
106
106
dependency: transitive
107
107
description:
@@ -154,10 +154,10 @@ packages:
154
154
dependency: "direct dev"
155
155
description:
156
156
name: flutter_lints
157
- sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04
157
+ sha256: "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c"
158
158
url: "https://pub.dev"
159
159
source: hosted
160
- version: "2 .0.3 "
160
+ version: "4 .0.0 "
161
161
flutter_localizations:
162
162
dependency: "direct main"
163
163
description: flutter
@@ -203,15 +203,15 @@ packages:
203
203
path: ".."
204
204
relative: true
205
205
source: path
206
- version: "10.1 .0"
206
+ version: "10.2 .0"
207
207
form_builder_validators:
208
208
dependency: "direct main"
209
209
description:
210
210
name: form_builder_validators
211
- sha256: "27e0da009a70bfb7c72bff9809ca8bd717230bfe12a7b4b444891ad3317117c9 "
211
+ sha256: "475853a177bfc832ec12551f752fd0001278358a6d42d2364681ff15f48f67cf "
212
212
url: "https://pub.dev"
213
213
source: hosted
214
- version: "10.0.0 "
214
+ version: "10.0.1 "
215
215
http:
216
216
dependency: transitive
217
217
description:
@@ -272,10 +272,10 @@ packages:
272
272
dependency: transitive
273
273
description:
274
274
name: lints
275
- sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452 "
275
+ sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235 "
276
276
url: "https://pub.dev"
277
277
source: hosted
278
- version: "2.1.1 "
278
+ version: "4.0.0 "
279
279
matcher:
280
280
dependency: transitive
281
281
description:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class TouchSpin extends StatefulWidget {
18
18
final bool enabled;
19
19
20
20
const TouchSpin ({
21
- Key ? key,
21
+ super . key,
22
22
this .value = 1.0 ,
23
23
this .onChanged,
24
24
this .min = 1.0 ,
@@ -33,7 +33,7 @@ class TouchSpin extends StatefulWidget {
33
33
this .iconActiveColor,
34
34
this .iconDisabledColor,
35
35
this .enabled = true ,
36
- }) : super (key : key) ;
36
+ });
37
37
38
38
@override
39
39
TouchSpinState createState () => TouchSpinState ();
Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ packages:
98
98
dependency: "direct main"
99
99
description:
100
100
name: flutter_form_builder
101
- sha256: "560eb5e367d81170c6ade1e7ae63ecc5167936ae2cdfaae8a345e91bce19d2f2 "
101
+ sha256: "447f8808f68070f7df968e8063aada3c9d2e90e789b5b70f3b44e4b315212656 "
102
102
url: "https://pub.dev"
103
103
source: hosted
104
- version: "9.2.1 "
104
+ version: "9.3.0 "
105
105
flutter_keyboard_visibility:
106
106
dependency: transitive
107
107
description:
@@ -154,10 +154,10 @@ packages:
154
154
dependency: "direct dev"
155
155
description:
156
156
name: flutter_lints
157
- sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04
157
+ sha256: "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c"
158
158
url: "https://pub.dev"
159
159
source: hosted
160
- version: "2 .0.3 "
160
+ version: "4 .0.0 "
161
161
flutter_rating_bar:
162
162
dependency: "direct main"
163
163
description:
@@ -252,10 +252,10 @@ packages:
252
252
dependency: transitive
253
253
description:
254
254
name: lints
255
- sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452 "
255
+ sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235 "
256
256
url: "https://pub.dev"
257
257
source: hosted
258
- version: "2.1.1 "
258
+ version: "4.0.0 "
259
259
matcher:
260
260
dependency: transitive
261
261
description:
@@ -446,5 +446,5 @@ packages:
446
446
source: hosted
447
447
version: "6.5.0"
448
448
sdks:
449
- dart: ">=3.3 .0 <4.0.0"
450
- flutter: ">=3.18.0-18.0.pre.54 "
449
+ dart: ">=3.4 .0 <4.0.0"
450
+ flutter: ">=3.22.0 "
You can’t perform that action at this time.
0 commit comments