Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 891 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 891 Bytes

Bus Ticket Automation and Destination Alert

This flutter project was created as a miniproject as part of our univeristy curriculum. The project lets a passenger purchase tickets wothout the need of a bus conductor to collect money and distribute tickets. It reduces the use of paper and promotes the use of cashless payment methods.

Getting Started

If you are new to flutter, here is a brief overview : Flutter is an app development framework by google that lets you develop applications easily. Its quite easy to get started with flutter, even if you dont have any previous experience with any of the app development frameworks.

For installing flutter in your local PC, use this article : https://docs.flutter.dev/get-started/install/windows

After setting up flutter, you could build some basic projects by referring some youtube channels like freecodecamp.

Happy learning 🥳