A simple Flutter Application that shows a list of Astronomical Pictures in chronological order fetched from NASA APOD API 🚀🛰
Make sure you grab the API_KEY from NASA API.
After you have obtained the api key.
Create a new file called api_key.json
in assets/
directory.
Copy & paste the following lines into it and make sure to replace the key with your API_KEY
{
"key": "YOUR_API_KEY_HERE"
}
From here onwards its pretty straight forward. Just cd
into the root directory and run flutter run
to run the app on your emulator/device.
This Flutter app should serve as a kickstarter to many new/intermediate Flutter Devs who are willing to contribute in #hacktoberfest 👩💻👨💻
This app isn't perfect. Let's add more features and improve this 😇
Check out the issues section and send in the PR's 💛
Happy Hacktoberfest!