readme.md
This commit is contained in:
parent
ab22b2e938
commit
1e94289d70
1 changed files with 19 additions and 14 deletions
33
README.md
33
README.md
|
@ -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"
|
||||||
|
},
|
||||||
|
],
|
||||||
|
// ...
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in a new issue