Skip to content

An app of list of planets from Star Wars using SWAPI and MobX.

Notifications You must be signed in to change notification settings

irvine5k/sw_planets_app

Repository files navigation

Star Wars Planets App

Screenshots

Getting Started

This project is a Flutter application.

To run this project you will need setup Flutter on your machine.

Here's resource to install Flutter:

How to debug(After install Flutter)

You will need a physical device or an emulator of Android/iOS launched.

Open this project folder on terminal and run:

flutter run

How to build an APK(Android)

Once with your Flutter installed.

For debug apk:

Open this project folder on terminal and run:

flutter build apk

For release apk:

Open this project folder on terminal and run:

flutter build apk --release

How to run tests

Once with your Flutter installed.

Open this project folder on terminal and run:

flutter test

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

An app of list of planets from Star Wars using SWAPI and MobX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published