Flutter build error: 'dart:js_interop' is not available on this platform
When I try to build my flutter project: flutter build apk --debug --> I get the following error: lib/screens/ListPage.dart:1:8: Error: Dart library 'dart:js_interop' is not available on this platform. import 'dart:js_interop'; ^ Context: The unavailable library 'dart:js_interop' is imported through…