Skip to content

This project is a Mobile Application Programming Course Project. The title for this project is Hasta Rental, a car rental app using flutter and firebase.

MICA-GP3/mica_g3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hasta_rental

A new Flutter project.

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.

hasta_car_rental

├─ images
│  ├─ HCR-S.png
│  ├─ HCR-SQ.png
│  └─ HCR.png
├─ lib
│  ├─ app
│  │  ├─ dependencies.dart
│  │  └─ router.dart
│  ├─ main.dart
│  ├─ models
│  │  ├─ booking.dart
│  │  ├─ car.dart
│  │  ├─ customer.dart
│  │  └─ employee.dart
│  ├─ screen
│  │  ├─ booking_history_screen
│  │  │  ├─ bar.dart
│  │  │  ├─ body.dart
│  │  │  └─ booking_history.dart
│  │  ├─ booking_screen
│  │  │  ├─ bar.dart
│  │  │  ├─ body.dart
│  │  │  └─ booking_car.dart
│  │  ├─ car_screen
│  │  │  ├─ bar.dart
│  │  │  ├─ body.dart
│  │  │  └─ car.dart
│  │  ├─ customer_profile_screen
│  │  │  ├─ bar.dart
│  │  │  ├─ body.dart
│  │  │  └─ customer_profile.dart
│  │  ├─ login_screen
│  │  │  ├─ bart.dart
│  │  │  ├─ body.dart
│  │  │  └─ login.dart
│  │  ├─ main_screen
│  │  │  ├─ bar.dart
│  │  │  ├─ body.dart
│  │  │  └─ mainpage.dart
│  │  ├─ manage_booking_screen
│  │  │  ├─ bar.dart
│  │  │  ├─ body.dart
│  │  │  └─ manage_booking.dart
│  │  ├─ manage_employee_screen
│  │  │  ├─ bar.dart
│  │  │  ├─ body.dart
│  │  │  └─ manage_employee.dart
│  │  ├─ report_screen
│  │  │  ├─ bar.dart
│  │  │  ├─ body.dart
│  │  │  └─ report.dart
│  │  ├─ review_screen
│  │  │  ├─ bar.dart
│  │  │  ├─ body.dart
│  │  │  └─ review.dart
│  │  └─ signup_screen
│  │     ├─ bar.dart
│  │     ├─ body.dart
│  │     └─ signup.dart
│  └─ services
│     ├─ booking_service.dart
│     ├─ car_service.dart
│     ├─ customer_service.dart
│     ├─ employee_service.dart
│     └─ rest_service.dart
├─ pubspec.lock
├─ pubspec.yaml
├─ README.md
├─ test
│  └─ widget_test.dart
└─ web
   ├─ favicon.png
   ├─ icons
   │  ├─ Icon-192.png
   │  └─ Icon-512.png
   ├─ index.html
   └─ manifest.json

About

This project is a Mobile Application Programming Course Project. The title for this project is Hasta Rental, a car rental app using flutter and firebase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages