Unhandled Exception: inheritFromWidgetOfExactType(_LocalizationsScope) or inheritFromElement() was c

  • Post author:
  • Post category:其他


@override
  void initState() {
    super.initState();

    this._getCategories();
  }

包裹你的网路请求方法

Future.delayed(Duration.zero, () {
    this._getCategories();
});



版权声明:本文为u013297881原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。