talawa icon indicating copy to clipboard operation
talawa copied to clipboard

App won't build because of some error in query.dart

Open ayushvrma opened this issue 3 years ago • 6 comments

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:

  1. Open in editor
  2. Run main.dart (debug)

Expected behavior To build the app and show home screen to select language

ayushvrma avatar Feb 11 '22 08:02 ayushvrma

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.

github-actions[bot] avatar Feb 11 '22 08:02 github-actions[bot]

Are you working on the latest version of the develop branch? The master is out of date.

palisadoes avatar Feb 11 '22 15:02 palisadoes

yes, I'm working on the develop branch image output of git pull : Already up to date.

ayushvrma avatar Feb 11 '22 17:02 ayushvrma

@palisadoes image

ayushvrma avatar Feb 11 '22 17:02 ayushvrma

Are you using the latest version of flutter? Try doing a flutter upgrade.

palisadoes avatar Feb 11 '22 18:02 palisadoes

Is this still an issue?

palisadoes avatar Feb 19 '22 19:02 palisadoes