Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.49 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.49 KB

NASA Astronomical Picture of the Day (APOD)

A simple Flutter Application that shows a list of Astronomical Pictures in chronological order fetched from NASA APOD API 🚀🛰

Screenshots

Home and Details Page

Getting Started

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.

Packages Used


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!