Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 785 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 785 Bytes

Welcome to SpaceX!

Getting Started

This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project:

Versions

These are the version for development that has been used.

Version
Flutter. 3.3.10
Dart 2.18.6

Technologies & Language

Dart, Provider and Shared Preferences

How to deploy

In the terminal run these codes to run the application on your connected device.

flutter clean

flutter pub get

flutter run

To build a debug release please run the below code on the terminal

flutter build apk