Skip to content

Commit 20b0bbe

Browse files
committed
modified readme
1 parent e081504 commit 20b0bbe

File tree

14 files changed

+17
-33
lines changed

14 files changed

+17
-33
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# soccer
1+
# Samba stats
22

3-
A new Flutter project.
3+
### Screenshots
44

5-
## Getting Started
5+
<div style="display:flex; flex-direction:column;justify-content:space-evenly;">
6+
<image src="./flutter_01.png"/>
7+
<image src="./flutter_02.png"/>
8+
<image src="./flutter_03.png"/>
9+
<image src="./flutter_04.png"/>
10+
<image src="./flutter_05.png"/>
11+
<image src="./flutter_06.png"/>
12+
<image src="./flutter_07.png"/>
13+
<image src="./flutter_01.png"/>
614

7-
This project is a starting point for a Flutter application.
15+
</div>
816

9-
A few resources to get you started if this is your first Flutter project:
10-
11-
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
13-
14-
For help getting started with Flutter development, view the
15-
[online documentation](https://docs.flutter.dev/), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.

flutter_01.png

64 KB
Loading

flutter_02.png

186 KB
Loading

flutter_03.png

171 KB
Loading

flutter_04.png

221 KB
Loading

flutter_05.png

187 KB
Loading

flutter_06.png

201 KB
Loading

flutter_07.png

156 KB
Loading

flutter_08.png

189 KB
Loading

lib/exports/exports.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export '/views/pages/Notifications.dart';
1414
// inner pages
1515
export '/views/index.dart';
1616
export '/views/pages/homePage.dart';
17-
export '/views/pages/Pages.dart';
17+
// export '/views/pages/Pages.dart';
1818
export '/views/pages/LiveScore.dart';
1919
export '/views/pages/Stats.dart';
2020
export '/views/pages/Profile.dart';

0 commit comments

Comments
 (0)