talawa
talawa copied to clipboard
App won't build because of some error in query.dart
Describe the bug The app won't built but throws the following error
Error: Required named parameter 'parserFn' must be provided.
../…/widgets/query.dart:79
initialData: observableQuery?.latestResult ?? QueryResult.loading(),
To Reproduce Steps to reproduce the behavior:
- Open in editor
- Run main.dart (debug)
Expected behavior To build the app and show home screen to select language
Congratulations on making your first Issue! :confetti_ball: If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues.
Are you working on the latest version of the develop
branch? The master
is out of date.
yes, I'm working on the develop
branch
output of
git pull
:
Already up to date.
@palisadoes
Are you using the latest version of flutter? Try doing a flutter upgrade.
Is this still an issue?