one app flutter
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
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
to learn about flutter app development:
- [flutter website: https://flutter.io]
- [libraries: https://pub.dartlang.org/]
- lab: write your first flutter app
- cookbook: useful flutter samples
- [official documentation: (https://flutter.io/docs)], which offers tutorials,
samples, guidance on mobile development, and a full api reference. - ⭑ working examples+tutorials+libraries [https://github.com/solido/awesome-flutter]
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
Comments are closed.