ammaratef45 / Attendance-Admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Managed by Zerocrat Donate via Zerocracy DevOps By Rultor.com

PDD status CircleCI Codemagic build status

Attendance-Admin

Hello! We are pleased to share the QR-Attendance source code of the Admin version. 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. The App provides an environment that manges its users from creating profiles for their lectures or meetings each one characterized by a QR code that can be shared with the students or the meeting attendees to register their attendance via the user version of the App installed on their mobile phones.

We believe that sharing this effort with you will eventually end up with a more solid and sustainable code that will satisfy the users requirements. We're so excited to hear your comments and see your priceless contributions.

Thanks in advance!

Download

You can get the Android beta version here

iOS beta version coming soon

No stable version submitted yet!

Donation

We pay money to keep this app available and to keep developing it. Only sources of money is small ads that will be added later and it will not a bothering or heavy ads so it's not expected to save a be a lot of money.

If you are willing to donate, That will help the project.

Ho to contribute

installation

  • Install Flutter
  • Switch to dev channel flutter channel dev
  • Upgrade flutter flutter upgrade
  • Run tests flutter test
  • Run app flutter run

You can use docker image ammaratef45/flutter:latest

Install RVM (for pdd)

  • curl -sSL https://get.rvm.io | bash -s stable --ruby
  • gem install pdd

Fingerprint

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

contribution

  • 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

About


Languages

Language:Dart 82.6%Language:Ruby 9.5%Language:Java 5.7%Language:Objective-C 2.2%