QuizApp written in flutter.
Frontend for this REST API.
App can be build for any available environment. Tested on web/windows/android.
- Communiaction with Rest API
- Configuration available in appsettings files
- there is
launch.json
file included for vscode build - use
--dart-define-from-file=appsettings.[mode].json
flag for compilation to include variables for json file
- there is
- Managing state by using ChangeNotifier
- Json serialization with Source code generated mappers
- User accounts
- Adding/deleting quizzes by users