A Flutter application to display SpaceX rockets and mission details using their graphql api.
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
- Add a section for launches (upcoming, current, previous and etc).
- Make Ui more consistent, modern and attractive.
- Dark and Light theme.