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

Unable to build from source with flutter 2.10.4 #153

Open
timosturm opened this issue Apr 11, 2022 · 1 comment
Open

Unable to build from source with flutter 2.10.4 #153

timosturm opened this issue Apr 11, 2022 · 1 comment
Labels
investigate Issue requires some investigation

Comments

@timosturm
Copy link

I am strongly interested in building a nextcloud app in flutter that makes improvements over the official app. This is how I found your project. Sadly I am not able to build it myself from the dev branch. I am running into several problems concerning out of data dependencies and android build targets.

Nevertheless, I was able to 'fix' those issues. What I cannot fix are unhandled exceptions that occur during the app start:

E/flutter (10366): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Null check operator used on a null value
E/flutter (10366): #0      ForegroundWorker.init (package:yaga/utils/forground_worker/foreground_worker.dart:69:70)
E/flutter (10366): <asynchronous suspension>
E/flutter (10366): 
E/flutter (10366): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Null check operator used on a null value
E/flutter (10366): #0      ForegroundWorker.init (package:yaga/utils/forground_worker/foreground_worker.dart:69:70)
E/flutter (10366): <asynchronous suspension>
E/flutter (10366): 
E/flutter (10366): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Null check operator used on a null value
E/flutter (10366): #0      ForegroundWorker.init (package:yaga/utils/forground_worker/foreground_worker.dart:69:70)
E/flutter (10366): <asynchronous suspension>
E/flutter (10366): 
E/flutter (10366): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Null check operator used on a null value
E/flutter (10366): #0      ForegroundWorker.init (package:yaga/utils/forground_worker/foreground_worker.dart:69:70)
E/flutter (10366): <asynchronous suspension>

The output sadly does not contain any information about the origin of this method calls.
All changes I made can be seen here.

@vauvenal5 vauvenal5 added the investigate Issue requires some investigation label Jun 22, 2022
@vauvenal5
Copy link
Owner

Sorry for the late response, however, I am quite occupied at work currently. I hope I can have a look into your issue during July.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigate Issue requires some investigation
Projects
None yet
Development

No branches or pull requests

2 participants