using import 'dart:html' in flutter - Do I need additional dependencies?
dart:html
can't be used in Flutter.
It is for browser applications only.
dart:html
also only comes with the regular Dart SDK, not with the Dart SDK shipped with Flutter.
dart:html
can't be used in Flutter.
It is for browser applications only.
dart:html
also only comes with the regular Dart SDK, not with the Dart SDK shipped with Flutter.