QR-Attendance App. The Admin version is designed for users whose job is meant to manage the attendance of a group of persons to a lecture meeting or any similar professional and non-professional gatherings.
This is the users version (student or participant).
- Login with google.
- Scan QR codes offline.
- Scan QR codes again when leaving.
- Profile page to add native name and phone number.
- See list of all scanned QRs.
We pay money to keep the development wheel running and to make the App always FREE for everyone. The only source of money is some small Ads that will be added later. We planned them to be light-weight Ads, So we cannot really expect them to afford our work.
If you are willing to donate, That will help the project.
- Install Android Studio for building Android.
- Install xCode for building iOS.
- Install Flutter, See Getting Started with Flutter.
- Install PDD, More about PDD here.
- We prefer using VSCode
To be able to use our firebase auth service, we must allow you.
Run keytool -exportcert -alias your-key-name -keystore /path/to/your/keystore/file -list -v
and send me the SHA-1
We highly encourage our contributors to benchmark their code performance using Dart DevTools.
- Make a fork.
- Pick an issue you want to solve, or implement a feature.
- Run the following commands before make a PR and make sure no one fails.
flutter packages get
flutter test
flutter -v build apk
pdd -f /dev/null -v
- Submit a PR