This commit is contained in:
poojakhatawate 2024-05-20 18:18:15 +05:30
parent 8b459b1170
commit 1dc802b0cb
2 changed files with 3 additions and 2 deletions

View File

@ -132,7 +132,9 @@ class _MyHomePageState extends State<MyHomePage> {
title: SvgPicture.asset(
'assets/konectar_white_logo.svg',
width: 100.0,
color: Colors.white,
// color: Colors.white,
colorFilter:
const ColorFilter.mode(Colors.white, BlendMode.srcIn),
),
bottom: const TabBar(
indicatorColor: Colors.white,

View File

@ -232,7 +232,6 @@ class _RankingState extends State<Ranking> {
: await getApplicationDocumentsDirectory();
final path = directory!.path;
print("IamPathh: $path");
final String filename =
Platform.isWindows ? '$path\\Output.xlsx' : '$path/Output.xlsx';