Compare commits
2 Commits
7c6237593b
...
f51836649a
Author | SHA1 | Date |
---|---|---|
snehalathad@aissel.com | f51836649a | |
poojakhatawate | 1dc802b0cb |
|
@ -132,7 +132,9 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||||
title: SvgPicture.asset(
|
title: SvgPicture.asset(
|
||||||
'assets/konectar_white_logo.svg',
|
'assets/konectar_white_logo.svg',
|
||||||
width: 100.0,
|
width: 100.0,
|
||||||
color: Colors.white,
|
// color: Colors.white,
|
||||||
|
colorFilter:
|
||||||
|
const ColorFilter.mode(Colors.white, BlendMode.srcIn),
|
||||||
),
|
),
|
||||||
bottom: const TabBar(
|
bottom: const TabBar(
|
||||||
indicatorColor: Colors.white,
|
indicatorColor: Colors.white,
|
||||||
|
|
|
@ -232,7 +232,6 @@ class _RankingState extends State<Ranking> {
|
||||||
: await getApplicationDocumentsDirectory();
|
: await getApplicationDocumentsDirectory();
|
||||||
|
|
||||||
final path = directory!.path;
|
final path = directory!.path;
|
||||||
print("IamPathh: $path");
|
|
||||||
|
|
||||||
final String filename =
|
final String filename =
|
||||||
Platform.isWindows ? '$path\\Output.xlsx' : '$path/Output.xlsx';
|
Platform.isWindows ? '$path\\Output.xlsx' : '$path/Output.xlsx';
|
||||||
|
|
Loading…
Reference in New Issue