In Flutter web, the javascript integration is possible using the package:js , mentioned in another answer. Yes. It should work. In my flutter_js library i tried to use liquid core and I can say it works.10 Şub 2021
Read moreHow do I run JavaScript on Flutter web?
Using JavaScript in Dart & Flutter
Read moreHow do you import Dart JS in flutter?
Quoting pub.dev:
Read moreHow do I fix error not found DART HTML import DART HTML <UNK>?
“error: not found: ‘dart:html’ import ‘dart:html’;” Code Answer
Read moreWhat is DART UI?
Built-in types and core primitives for a Flutter application . To use, import dart:ui . This library exposes the lowest-level services that Flutter frameworks use to bootstrap applications, such as classes for driving the input, graphics text, layout, and rendering subsystems.
Read more