Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ayushvrma opened this issue Feb 11, 2022 · 6 comments
Closed

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

ayushvrma opened this issue Feb 11, 2022 · 6 comments
Labels
bug Something isn't working unapproved Unapproved, needs to be triaged

Comments

@ayushvrma
Copy link

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 ayushvrma added the bug Something isn't working label Feb 11, 2022
@github-actions
Copy link

Congratulations on making your first Issue! 🎊 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 github-actions bot added the unapproved Unapproved, needs to be triaged label Feb 11, 2022
@palisadoes
Copy link
Contributor

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

@ayushvrma
Copy link
Author

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

@ayushvrma
Copy link
Author

ayushvrma commented Feb 11, 2022

@palisadoes
image

@palisadoes
Copy link
Contributor

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

@palisadoes
Copy link
Contributor

Is this still an issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unapproved Unapproved, needs to be triaged
Projects
None yet
Development

No branches or pull requests

3 participants