Skip to content

Commit

Permalink
Added
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaustav-G23 committed Feb 28, 2022
1 parent 15eff44 commit 74f9ead
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added assets/images/Compass.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions lib/screens/homescreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ class _HomeScreenState extends State<HomeScreen> {
child: ListView(
padding: EdgeInsets.symmetric(vertical: 30.0),
children: <Widget>[
Image(
image: AssetImage('assets/images/Compass.jpg'),
),
// Padding(
// padding: EdgeInsets.only(left: 20.0, right: 120.0),
// child: Text(
Expand All @@ -99,6 +102,8 @@ class _HomeScreenState extends State<HomeScreen> {
// )
// .toList(),
// ),


SizedBox(
height: 20.0,
),
Expand Down

0 comments on commit 74f9ead

Please sign in to comment.