Skip to content

sainiteshb/NASA-Apod-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NASA-Apod-flutter

NASA Apod shows the astronomy picture of the day by fetching the data from the Official NASA API . You Can view different date's APOD.

Screenshot

Download & Install

First, clone the repository with the 'clone' command, or just download the zip.

$ git clone git@github.com:sainiteshb/NASA-Apod-flutter.git

Then, download either Android Studio or Visual Studio Code, with their respective Flutter editor plugins.

Install dependencies from pubspec.yaml by running flutter packages get from the project root .

Change the Api key in the api_key.dartfile . Get your apikey from here for free Official NASA API

There you go, you can now open & edit the project. Enjoy!

Packages Used

Contribute

Fork and add new features and send a pull request .