File tree Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 26
26
uses : subosito/flutter-action@v2
27
27
with :
28
28
channel : stable
29
- flutter-version : 3.22 .x
29
+ flutter-version : 3.24 .x
30
30
31
31
- name : Flutter info
32
32
run : |
Original file line number Diff line number Diff line change 19
19
uses : subosito/flutter-action@v2
20
20
with :
21
21
channel : ' stable'
22
- flutter-version : ' 3.22 .x'
22
+ flutter-version : ' 3.24 .x'
23
23
24
24
- run : dart --version
25
25
- run : flutter --version
Original file line number Diff line number Diff line change 20
20
uses: subosito/flutter-action@v2
21
21
with:
22
22
channel: 'stable'
23
- flutter-version: '3.19 .x'
23
+ flutter-version: '3.24 .x'
24
24
25
25
- name: Get dependencies
26
26
run: flutter pub get
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ import 'package:wger/widgets/workouts/forms.dart';
49
49
50
50
class DashboardNutritionWidget extends StatefulWidget {
51
51
const DashboardNutritionWidget ();
52
+
52
53
@override
53
54
_DashboardNutritionWidgetState createState () => _DashboardNutritionWidgetState ();
54
55
}
@@ -149,6 +150,7 @@ class _DashboardNutritionWidgetState extends State<DashboardNutritionWidget> {
149
150
150
151
class DashboardWeightWidget extends StatefulWidget {
151
152
const DashboardWeightWidget ();
153
+
152
154
@override
153
155
_DashboardWeightWidgetState createState () => _DashboardWeightWidgetState ();
154
156
}
@@ -243,13 +245,14 @@ class _DashboardWeightWidgetState extends State<DashboardWeightWidget> {
243
245
244
246
class DashboardMeasurementWidget extends StatefulWidget {
245
247
const DashboardMeasurementWidget ();
248
+
246
249
@override
247
250
_DashboardMeasurementWidgetState createState () => _DashboardMeasurementWidgetState ();
248
251
}
249
252
250
253
class _DashboardMeasurementWidgetState extends State <DashboardMeasurementWidget > {
251
254
int _current = 0 ;
252
- final CarouselController _controller = CarouselController ();
255
+ final _controller = CarouselSliderController ();
253
256
254
257
@override
255
258
Widget build (BuildContext context) {
@@ -357,6 +360,7 @@ class _DashboardMeasurementWidgetState extends State<DashboardMeasurementWidget>
357
360
358
361
class DashboardWorkoutWidget extends StatefulWidget {
359
362
const DashboardWorkoutWidget ();
363
+
360
364
@override
361
365
_DashboardWorkoutWidgetState createState () => _DashboardWorkoutWidgetState ();
362
366
}
Original file line number Diff line number Diff line change @@ -173,10 +173,10 @@ packages:
173
173
dependency: "direct main"
174
174
description:
175
175
name: carousel_slider
176
- sha256: "9c695cc963bf1d04a47bd6021f68befce8970bcd61d24938e1fb0918cf5d9c42 "
176
+ sha256: "7b006ec356205054af5beaef62e2221160ea36b90fb70a35e4deacd49d0349ae "
177
177
url: "https://pub.dev"
178
178
source: hosted
179
- version: "4.2.1 "
179
+ version: "5.0.0 "
180
180
change:
181
181
dependency: transitive
182
182
description:
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies:
55
55
flutter_barcode_scanner : ^2.0.0
56
56
video_player : ^2.8.6
57
57
flutter_staggered_grid_view : ^0.7.0
58
- carousel_slider : ^4.2.1
58
+ carousel_slider : ^5.0.0
59
59
multi_select_flutter : ^4.1.3
60
60
flutter_svg : ^2.0.10+1
61
61
fl_chart : ^0.68.0
You can’t perform that action at this time.
0 commit comments