Skip to content

Commit

Permalink
Added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinpal committed Aug 30, 2023
1 parent 1d4ec48 commit eef0fd1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
Binary file added Presentation.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# cash_compass
# Cash compass

A new Flutter project.
## A project for completing the course Mobile Application Development with Flutter at ARDENT COMPUTECH PVT. LTD.
Binary file added Report.docx
Binary file not shown.
Binary file added Report.pdf
Binary file not shown.
6 changes: 5 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ class CashCompass extends StatelessWidget {
);

return MaterialApp(
title: 'CashCompass', theme: theme, home: const SplashScreen());
title: 'CashCompass',
theme: theme,
home: const SplashScreen(),
debugShowCheckedModeBanner: false,
);
}
}

0 comments on commit eef0fd1

Please sign in to comment.