mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Merge branch 'fork/Anupthor007/add-const-key-dashboard'
This commit is contained in:
@@ -27,7 +27,7 @@ import 'package:wger/widgets/dashboard/widgets/routines.dart';
|
||||
import 'package:wger/widgets/dashboard/widgets/weight.dart';
|
||||
|
||||
class DashboardScreen extends StatelessWidget {
|
||||
const DashboardScreen();
|
||||
const DashboardScreen({super.key});
|
||||
|
||||
static const routeName = '/dashboard';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user