Skip to content

Commit 24ca560

Browse files
committed
[Documentation] Improved the readme md file to start the project
1 parent 8415c8d commit 24ca560

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

README.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
1+
[![Dart](https://github.com/md-weber/flashcard_project/actions/workflows/dart.yml/badge.svg?branch=main)](https://github.com/md-weber/flashcard_project/actions/workflows/dart.yml)
2+
13
# flashcard_project
24

35
Flashcard app connected with Google Spreadsheet
46

57
## Getting Started
68

7-
This project is a starting point for a Flutter application.
9+
This is a [Flutter](https://flutter.dev/) Project that works on iOS, Android, Web and MacOS.
10+
11+
## Adding more Flashcards
12+
13+
If you want to contribute to the Flashcards that will available in the App feel free to add more
14+
spreadsheets and folders to the following Link:
15+
16+
[Google Drive - Flashcard](https://drive.google.com/drive/folders/1cov64m0rLhmFvkR5aJftoqBweJP7Lsgs?usp=sharing)
17+
18+
Make sure to keep the folder structure as following:
19+
20+
- Name of Lecture (Parent Folder)
21+
- Lesson (Spreadsheet)
22+
23+
## Tests
24+
25+
This package uses mockito and build runner, so before you run your tests you will need to execute:
26+
`flutter packages pub run build_runner build`
27+
28+
## Contributors ✨
829

9-
A few resources to get you started if this is your first Flutter project:
30+
-- Coming Soon --
1031

11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
1332

14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.

0 commit comments

Comments
 (0)