A flutter project used to prototype screens for the WikiClimb frontend.
This project will compile and run on most platforms but the functionality is just mocked. The application should not have any external dependencies or connect to any services.
- HomeScreen - not a prototype, it displays a clickable list of the other screens and allows navigating between them.
- RegisterScreen - The registration page for new users.
- RegistrationConfirmationScreen - Notify the users of a successful registration.
When contributing screen mock-ups consider adding tests to make sure that, at the very least, the screens are created and work as expected.