diff --git a/lib/screens/dashboard/components/recent_files.dart b/lib/screens/dashboard/components/recent_files.dart index 3a50295f..c35bf870 100644 --- a/lib/screens/dashboard/components/recent_files.dart +++ b/lib/screens/dashboard/components/recent_files.dart @@ -27,9 +27,12 @@ class RecentFiles extends StatelessWidget { ), SizedBox( width: double.infinity, + height: 50*demoRecentFiles.length+1, child: DataTable2( columnSpacing: defaultPadding, minWidth: 600, + dataRowHeight: 50, + headingRowHeight: 50, columns: [ DataColumn( label: Text("File Name"), diff --git a/pubspec.yaml b/pubspec.yaml index a00bff1d..4bc6313c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -30,9 +30,9 @@ dependencies: google_fonts: ^2.1.0 flutter_svg: ^0.22.0 - fl_chart: ^0.36.1 - provider: ^5.0.0 - data_table_2: ^2.0.3 + fl_chart: ^0.55.0 + provider: ^6.0.3 + data_table_2: ^2.3.3 dev_dependencies: flutter_test: