About | Features | Used Packages
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.
- 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
This project was developed using the following technologies:
- equatable
- dartz
- http
- get_it
- shared_preferences
- image_downloader
- mockito
- build_runner
- intl
- flutter_launcher_icons
- flutter_native_splash
- Clone the repo
git clone https://github.com/ReinanS/apod_app
cd
into the new directory
cd apod_app
- Install packages
flutter pub get
- 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