You can find free reasources to learn programming
- courses
- blogs
- books
- youtube playlist
Requirements
- Flutter installed on your machine.
- A simulator/emulator for running the application.
Step #1 : Clone this repository using
git clone https://github.com/viralvaghela/learnprogrammingfree.git
Step #2 : move the directory
cd learnprogrammingfree
Step #3 : Run the following command in the directory
flutter packages get
Step #4: Open a simulator / emulator and run the application
flutter run
Thank you for considering and taking the time to contribute to this project!
First, clone the repository with the 'clone' command, or just download the zip.
$ git clone https://github.com/viralvaghela/learnprogrammingfree.git
Now, you can add books,videos,blogs etc in the resources/json.data
{
"name": "Flutter Complete Beginner Course",
"instructor": "Mtechviral",
"url": "https://www.youtube.com/watch?v=6wQwnTIBD1Y",
"description": "Flutter complete beginner course by Mtechviral",
"image": "http://learnprogrammingfree.codingboy.in/resources/images/flutter.png",
"tags": ["flutter", "mobile development"]
}
if you have image file then upload inside resources/images/ and write image address in json.data
Please open a new issue in the GitHub repository with steps to reproduce the problem you're experiencing.
Be sure to include as much information including screenshots, text output, and both your expected and actual results.