OurMars
"OurMars" app can help you to see photos taken from Mars. All data is fething directly from NASA database.
This is example Flutter application created by two mobile developers in 4 work days. Goal of this project is learning base concepts of Flutter,BLoC pattern, asyncronous and background tasks in Dart/Flutter, available stable libraries.

Libraries we used
- http
- sqflite
- path_provider
- url_launcher
Application developed by
- Sergey.Sh (github)
- Alexey.K (github)
Base UI design
- Sergey.Sh (Figma project)
Official NASA API
Useful links
- Flutter documentation
- Flutter for Android developers
- Flutter for iOS developers
- Awesome Flutter - great collection of materials about this technology
- Dart documentation
- Video about BLoC pattern - Code sharing, better together (Dart Conference 2018)
- Post about 3 architecture approaches
- Reactive Programming - Streams - BLoC
Roadmap
- Add paging support for main screen
- Add animated loaders
- Add placeholders
- Fix all minor UI bugs
- Refactoring