One App Flutter
The Official HackRU Flutter App
Feel free to show some ❤️ and ⭐️ the repo to support the project.
Description
What is the purpose of this project?
A cross-platform mobile application for hackers, organizers, mentors, and sponsors at the HackRU. HackRU is a 24-hour hackathon at Rutgers University. Hackers would be able to get announcements, a QR code for checking, food, t-shirts, as well as see the schedule and map for the hackathon. Organizers & Volunteers would be able to scan hacker’s qr code for check-in, food, t-shirts, etc. In backend, we utilize qr scanning data for analytics that can be used after or even during the hackathon. Any more ideas to expand this project are always welcome.
Inspiration
How did this project come to be?
We had started using an inhouse hybrid mobile application to keep track of analytics to get a better idea of how certain aspects of the hackathon were running such as food consumption and optimization for checkin. This project expanded into a public native mobile application so hackers had easier access to their QR code as well as organizers with their scanners. Additional information of the hackathon were incorporated so that everyone would be able to stay up to date on events that are happeneing wherever they may be in the venue.
Style Guide
We use dartfmt
style guide for this project. Follow these guidelines for the IDE setup –> Dart Formatting
Installation Guide
First, install Flutter and Dart on your machine by following these guidelines: Get Started
git clone https://github.com/HackRU/OneAppFlutter.git
cd OneAppFlutter
(find OneAppFlutter directory on your machine)flutter pub get
flutter run
Want to Contribute?:
- Creat a new
branch
and then make a pull request. - Make sure you follow
dartfmt
style guides as mentioned above - Contributors should also follow Git Style Guide
Running Backend tests
- also have command line dart installed
- setup test users and use the test endpoint in hackru-service
export LCS_USER="<username>"
for LCS_USER, LCS_PASSWORD, LCS_USER2, LCS_PASSWORD2
- lcs user should have the director role
cd lib && dart test.dart
For Users
- For Android: Search for
HackRU
app - For iOS: Search for
HackRU Official
app
Download event app for HackRU source code on GitHub
https://github.com/HackRU/OneAppFlutter
Provides the list of the opensource Flutter apps collection with GitHub repository.