Git Product home page Git Product logo

spacex's Introduction

spacex

SpaceX is an open-source app that provides information of Flight Launches of SpaceX built with Flutter

The app is currently in the stage of development and only displays launches and launch details with rocket and site information. This app uses API from https://github.com/r-spacex/SpaceX-API.

The project uses clean architecture and test driven development for development process.

Built With

Prerequisites

Install lcov

brew install lcov

As we are using macOS for development, installation of lcov is different on other operating system. please visit https://github.com/linux-test-project/lcov for more info on lcov.

Install cocoapods

sudo gem install cocoapods

As we are using XCode 15 for development, it requires latest version of cocoapods to run app on ios simulator please make sure you system has version 1.13.0 of cocoapods

for more on flutter please visit https://flutter.dev

Packages Used

Download and Install

First, clone the project with git clone command or download the zip file

git clone https://github.com/kishormainali/spacex.git

Run, flutter pub get to install dependencies

flutter pub get

Run, build_runner to generate code for models, dependency injections and bloc states

dart run build_runner build -d

Run Locally

  • Download and Install
  • To run project locally you can use IDE's run button or you can run using flutter run command.
flutter run

Install Using APK

  • Download APK
  • Open using android file manager or tap on downloaded file
  • If install is blocked from unknown sources, Tap allow install from unknown sources.
  • If popup is not displayed during install time goto settings > apps > Chrome > check install from unknown sources

Run Test Cases

Generate coverage/lcov.info file using

flutter test --coverage

Generate HTML report using

genhtml coverage/lcov.info -o coverage/html

Open the report using

open coverage/html/index.html

if you want to run test without coverage run flutter test on project root

flutter test

Screenshots

Launces Details

Known Issues

As we are using full_text_search for searching functionality, sometimes it will search using launch name instead of rocket name.

Disclaimer

Author and app is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Space Exploration Technologies Corp (SpaceX), or any of its subsidiaries or its affiliates. The names SpaceX as well as related names, marks, emblems and images are registered trademarks of their respective owners. This is not an official SpaceX app.

spacex's People

Contributors

kishormainali avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.