Flutter mobile application for attendee check-in at PyCon Togo events via QR code scanning.
- Flutter SDK (version 3.0 or higher)
- A deployed backend (fork our PyCon Togo API)
- Fork and clone this repository
- Add your organization's logo:
- Create an
assets/logosfolder at the project root - Place your logo named
logo.pnginside - OR modify the
_logovariable inlib/screens/login_screen.dartto point to your logo (local file or URL)
- Create an
- Configure the API base URL in
lib/constants.dart - Run
flutter pub getto install dependencies
- Organizer authentication
- QR code scanning for check-in
- Check-in results display
- Automatic theme based on your logo's dominant color
Contributions are welcome! Please open an issue to discuss proposed changes before submitting a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.