readme.md

This commit is contained in:
jusax23 2023-06-01 16:16:35 +02:00
parent ab22b2e938
commit 1e94289d70
Signed by: jusax23
GPG key ID: 499E2AA870C1CD41

View file

@ -1,16 +1,21 @@
# ju_learn # ju_learn
A new Flutter project. Import json Files and start:
Schema:
## Getting Started ```json
{
This project is a starting point for a Flutter application. "name": "some name",
"questions": [
A few resources to get you started if this is your first Flutter project: {
"quest": "Some Question",
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) "answers": [
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) "Some possible answer",
// or mode
For help getting started with Flutter development, view the ],
[online documentation](https://docs.flutter.dev/), which offers tutorials, "correct": 0, // index of correct answer
samples, guidance on mobile development, and a full API reference. "explanation": "Some extra Text"
},
],
// ...
}
```