Ad1tyaV / FilmsApp-SE572

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FilmsApp

A Flutter project that retrieves data from Mongo DB using a node.js service.

Prerequisite

You need to download flutter SDK to run this project from your PC on an Android/ iOS simulator or a mobile connected with USB debugging turned on.

You may download flutter SDK from the following directory:

How To Run

Go to the project directory and open a terminal

Please run the following command once you have flutter SDK ready and path set to the bin directory

flutter run

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:

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

Why Flutter ?

I chose flutter because of ease of development and lesser development time

Cross Platform Support -> One code for both iOS and Android Platforms

Flutter is compiled to native libraries or ARM which makes it fast when compared to React Native which still has Javascript layer

Stateful Hot reloads increases developer's productivity instead of having to build the whole project everytime we make changes

About


Languages

Language:Dart 97.5%Language:Swift 1.8%Language:Kotlin 0.6%Language:Objective-C 0.2%