Uploaded image for project: ' AGL Development'
  1. AGL Development
  2. SPEC-4660

Flutter dashboard app performance improvements

XMLWordPrintable

      The implementation of receiving signals from KUKSA.val using the Riverpod state management library in the Flutter dashboard and cluster dashboard apps is problematic as the signals are being combined in one state object, which is contrary to recommended best practices.  The downside is that any received signal will result in an almost full rebuild of the widget tree and potentially a lot more rendering & repainting than is necessary.  The signals need to be split into their own providers and wired up to the appropriate widgets that require them.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            scottm Scott Murray
            scottm Scott Murray
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: