Compare commits
No commits in common. "f51836649a9b8b980164cbec42b2101598a15971" and "7c6237593ba62973c7dac9a32617fa0411a173e9" have entirely different histories.
f51836649a
...
7c6237593b
|
@ -132,9 +132,7 @@ 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,6 +232,7 @@ 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