Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.07 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.07 KB

SpaceX

A Flutter application to display SpaceX rockets and mission details using their graphql api.

Screenshots

Demo

Plugins

Run Locally

Make sure that you have flutter and dart installed and setup. If you don't then refer to the official installation instructions at Flutter Docs

Then run the following commands

Clone the project

  git clone https://github.com/ramanverma2k/SpaceX

Go to the project directory

  cd SpaceX

Run the app

  flutter run

Roadmap

  • Add a section for launches (upcoming, current, previous and etc).
  • Make Ui more consistent, modern and attractive.
  • Dark and Light theme.