[ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: Bad state: No element
在调用List.first时报出该异常看一下List中getfirst方法的源码:/***Returnsthefirstelement.**Throwsa[StateError]if`this`isempty.*Otherwisereturnsthefirstelementintheiterationorder,*equivalentto`this.elementAt(0)`.*/Egetfirs