helpwave / mobile-app

The official helpwave mobile app for android and ios
Mozilla Public License 2.0
7 stars 1 forks source link

add backend connection to my tasks screen #479

Closed DasProffi closed 7 months ago

DasProffi commented 8 months ago

Which issues does this pull request close?

closes #475 closes #474

github-actions[bot] commented 8 months ago

BrowserStack

Commit: 4c138ad

helpwave tasks

MaxSchaefer commented 8 months ago

@DasProffi looks good but I got the following error when I try to assign a task to a user. The change is also not reflected directly but the task gets assigned in the background.

Another exception was thrown: Invalid argument(s): No host specified in URI file:///
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Looking up a deactivated widget's ancestor is unsafe.
At this point the state of the widget's element tree is no longer stable.
To safely refer to a widget's ancestor in its dispose() method, save a reference to the ancestor by calling dependOnInheritedWidgetOfExactType() in the widget's didChangeDependencies() method.
#0      Element._debugCheckStateIsActiveForAncestorLookup.<anonymous closure> (package:flutter/src/widgets/framework.dart:4729:9)
#1      Element._debugCheckStateIsActiveForAncestorLookup (package:flutter/src/widgets/framework.dart:4743:6)
#2      Element.findAncestorStateOfType (package:flutter/src/widgets/framework.dart:4814:12)
#3      Navigator.of (package:flutter/src/widgets/navigator.dart:2685:40)
#4      Navigator.pop (package:flutter/src/widgets/navigator.dart:2569:15)
#5      AssigneeSelect.build.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (package:ta<…>
Another exception was thrown: Invalid argument(s): No host specified in URI file:///
felixevers commented 7 months ago

@DasProffi Any progress/roadblock?