Skip to content

APOD App is a mobile application for viewing and searching the Astronomy Picture of the Day, in which it is possible to search the photos by period, randomly and the possibility of downloading.

Notifications You must be signed in to change notification settings

ReinanS/apod_app

Repository files navigation

Nasa image
Astronomy Picture of the Day App

About   |    Features   |    Used Packages

About

APOD App is a mobile application for viewing and searching the Astronomy Picture of the Day, in which it is possible to search the photos by period, randomly and the possibility of downloading. Developed in Flutter, using NASA Open API APOD, as a selection process for CloudWalk and making use mainly of clean architecture, TDD and cache.

*Visible environment variables to be able to run the app, but not is correct. It is recommended you use flutter_dotenv to store your environment variables and put the .env file in your .gitignore.

UI Demonstration

Features

  • Clean Architecture
  • SOLID
  • ValueNotifier
  • Consume photo of the day APOD API;
  • Dependency injection with Get It
  • Home Page
  • Apod Details Page
  • Search by range of begin date and end
  • Random list search of Astronomy Images of the Day
  • Unit Test
  • Widget Test
  • Using the app offline (cache)
  • Responsive Layout
  • Pull to refresh
  • Download of image
  • Laucher icon
  • Splash Screen

Used packages

This project was developed using the following technologies:

 

Getting started

Standard environment

  1. Clone the repo
git clone https://github.com/ReinanS/apod_app
  1. cd into the new directory
cd apod_app
  1. Install packages
flutter pub get

How to Contribute

  • Fork this repository
  • Create your branch with your contribution: git checkout -b my-feature
  • Commit your changes: git commit -m 'feat: My new feature'
  • Push your branch: git push origin my-feature

Made by Reinan Santos

About

APOD App is a mobile application for viewing and searching the Astronomy Picture of the Day, in which it is possible to search the photos by period, randomly and the possibility of downloading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published