Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fliverdev/rider
Fliver Rider for Android & iOS🛺
https://github.com/fliverdev/rider
autorickshaw dart fliver flutter mobile-app mpstme
Last synced: 3 months ago
JSON representation
Fliver Rider for Android & iOS🛺
- Host: GitHub
- URL: https://github.com/fliverdev/rider
- Owner: fliverdev
- License: gpl-3.0
- Created: 2019-08-10T13:31:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T05:44:40.000Z (about 4 years ago)
- Last Synced: 2024-06-19T21:39:39.084Z (5 months ago)
- Topics: autorickshaw, dart, fliver, flutter, mobile-app, mpstme
- Language: Dart
- Homepage: https://fliverdev.github.io/
- Size: 16.7 MB
- Stars: 82
- Watchers: 5
- Forks: 43
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Fliver Rider for Android & iOS
[![Stars](https://img.shields.io/github/stars/fliverdev/rider.svg)](https://github.com/fliverdev/rider/stargazers)
[![Forks](https://img.shields.io/github/forks/fliverdev/rider.svg)](https://github.com/fliverdev/rider/network/members)
[![Issues](https://img.shields.io/github/issues/fliverdev/rider.svg)](https://github.com/fliverdev/rider/issues)
[![License](https://img.shields.io/github/license/fliverdev/rider.svg)](https://opensource.org/licenses/GPL-3.0)Fliver is an app to help you find Rickshaws easily. Simply open the app and enter your location and destination. Nearby Drivers will then see the areas of high demand and come to pick you up. You can also use the Hotspot Chat to discuss carpooling with others near you, or let others know about accidents, traffic, etc. via the Global Chat.
The entire project is open source and free of charge. There are no additional costs for Riders besides for the regular metered Rickshaw fare, and there is no commission that Drivers need to pay. Fliver is simply created to benefit Indian citizens. Check out our [FAQ](https://fliverdev.github.io/faq/) to learn more.
This is the Rider app repository for Riders to mark their locations and notify a Driver. It is part of the Final Year Project of three Computer Engineering students.
[](https://play.google.com/store/apps/details?id=dev.fliver.rider) [](https://apps.apple.com/us/app/fliver-rider/id1498074830?ls=1)
## Screenshots
## Building
**Important:** this project contains certain files that are encrypted due to the use of API keys, which is why it will not build directly on your machine. Please refer to [ENCRYPTION.md](ENCRYPTION.md) for more information.
To build and run the app on your device, do the following:
- Install Flutter by following the instructions on their [website](https://flutter.dev/docs/get-started/install/).
- Clone this repo to your local machine using `git clone https://github.com/fliverdev/rider.git`.
- Replace all the encrypted files with your own as explained in [ENCRYPTION.md](ENCRYPTION.md).
- Android: Connect your devices/emulators and run the app using `flutter run` in the root of the project directory.
- iOS: Switch to the `ios` branch using `git checkout ios`. Then connect your devices/simulators and run the app using `flutter run` in the root of the project directory.**Note:** you can also run it in release mode using `flutter run --release` to improve performance and stability, however, debugging features will be disabled.
## Contributing
Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details on how to contribute.
## Credits
This project is primarily developed by a trio of Computer Engineering students at NMIMS's MPSTME:
- [Urmil Shroff](https://github.com/urmilshroff)
- [Priyansh Ramnani](https://github.com/prince1998)
- [Vinay Kolwankar](https://github.com/vinay-ai)Take a look at the entire list of [contributors](https://github.com/fliverdev/rider/graphs/contributors) to see who all have helped with the project via pull requests.
## Legal
This project is licensed under the GNU GPL v3 - see the [LICENSE](LICENSE) file for details. Also view our [Privacy Policy](https://fliverdev.github.io/privacy_policy/) for additional legal information.