##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:alexpchin/.git
| { | |
| "quizzes": [ | |
| { | |
| "id": 1, | |
| "question": "What is Kotlin's 'when' expression equivalent to in Java?", | |
| "options": [ | |
| "if-else statement", | |
| "switch statement", | |
| "for loop", | |
| "while loop" |
| { | |
| "sentences": [ | |
| { | |
| "id": "sent_001", | |
| "text": "The cat _1_ on the mat while the dog _2_.", | |
| "blanks": [ | |
| { | |
| "id": 1, | |
| "options": [ | |
| "sits", |
| Text( | |
| "Gradient Text Example", | |
| style: TextStyle( | |
| fontSize: 50.0, | |
| fontWeight: FontWeight.bold, | |
| foreground: Paint() | |
| ..shader = const LinearGradient( | |
| colors: <Color>[ | |
| Colors.red, | |
| Colors.blue, |
##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:alexpchin/.git