Skip to content
#

dart-library

Here are 167 public repositories matching this topic...

glin94
glin94 commented Sep 3, 2020

E/flutter (13373): [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: 'package:flutter/src/widgets/scroll_controller.dart': Failed assertion: line 112 pos 12: '_positions.isNotEmpty': ScrollController not attached to any scroll views.

class ArticlesList extends StatefulWidget {
  @override
  _ArticlesListState createState() => _ArticlesListState();
}

class _ArticlesL
docbohanh
docbohanh commented May 15, 2020

Hello frideos team,

I try to build web application, but it stuck with error:

══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
The following UnsupportedError was thrown building _InheritedState:
Unsupported operation: Platform._operatingSystem

The relevant error-causing widget was:
  _InheritedState
  file:///Users/macbook/flutter/

Improve this page

Add a description, image, and links to the dart-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dart-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.