You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)] UnhandledException:Null check operator used on a null value
E/flutter (10366): #0ForegroundWorker.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)] UnhandledException:Null check operator used on a null value
E/flutter (10366): #0ForegroundWorker.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)] UnhandledException:Null check operator used on a null value
E/flutter (10366): #0ForegroundWorker.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)] UnhandledException:Null check operator used on a null value
E/flutter (10366): #0ForegroundWorker.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.
The text was updated successfully, but these errors were encountered:
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:
The output sadly does not contain any information about the origin of this method calls.
All changes I made can be seen here.
The text was updated successfully, but these errors were encountered: