Hello. May anybody please give me a hint on this?
I have a Flutter Web app that makes use of a JS library (rdflib.js). There's a Dart wrapper that I wrote for it. Everything works smoothly in dev mode, but when I build in release mode, the app throws an exception (Flutter red screen) when trying to access the library.
Any help would be appreciated.
Thank you.
allowInterop
HashLocationStrategy
that hooks up Flutter's Navigator
to the URL. There are still bugs and missing features (e.g. we don't have "go forward" functionality; we didn't bother implementing in Flutter because mobile apps don't have such a thing). You should be able to link deep into your app, as well as use the "back" button. However, in general, this remains an area of development.