Skip to content

Latest commit

 

History

History
64 lines (54 loc) · 1.38 KB

File metadata and controls

64 lines (54 loc) · 1.38 KB

dataping

Mobile Application Recommendation System for Mobile Data Plan.

Idea

With the vast amount of mobile data plan available, students must put a lot of effort in finding a mobile data plan that is the best value for money or the best for their heavy usage needs. Thus, this project proposes a recommendation system to aid students in the selection process of a mobile data plan. Further, hybrid filtering is applied in the development process of this system to recommend a few suitable mobile data plans.

Here is the core folder structure which flutter provides

  one.me/
  |- android
  |- build
  |- ios
  |- lib
  |- test
  

Here is the folder structure we have been using this project

  lib/
  |- pages/
  |- res/
  |- utils/
  |-widgets/
  |- main.dart
  |- generated_plugin_registrant.dart

Libraries used

lottie: ^1.0.1
carousel_slider: ^4.0.0-nullsafety.0
firebase_core: ^1.13.1
firebase_auth: ^3.3.11
google_sign_in: ^5.2.4
webview_flutter: ^3.0.2
youtube_player_flutter:

How to configure

Step 1. Download or clone this repo by using the link below

https://www.github.com/sarathsdev/dataping.git

Step 2. Go to project root and execute the following command in console to get the required dependensies:

flutter pub get

How to Run

flutter run --no-sound-null-safety

Application Download Link