Skip to content

mrYasinHamidi/Bus-Information

Repository files navigation

Bus Information

A managing application for bus organization.

Table of contents

General info

Every town has a main bus organization that manage all bus and drivers.
With the growing town, the number of buses will be increased and managing of this buses become more complicated.
My goal is to simplify the management of this system.

My motivation ?

My friend's dad works in a bus organization as a bus line manager.
He managed all the drivers and buses by writing their information in a notebook. ( It was a very damn hard way )
I created this application so he can do his job more easily and faster.

Technologies

  • Flutter 3
  • Dart 2.17
  • Bloc 8
  • Flutter Hive 1.1

Launch

To run this project, do the steps :

  1. You first need to install the Flutter on your system
  2. Clone the repository
$ git clone https://github.com/mrYasinHamidi/Bus-Information.git 
  1. Get dependencies
$ flutter pub get 
  1. Run the project
$ flutter run 

Screenshots