Skip to content

rumaan/nasa_apod_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Flutter App that shows NASA Astronomical Picture of the day (APOD)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages