I am developing an app with Flutterflow that requires a package called flutter_inappwebview.
Such package only supports Android/iOS platforms.
When I am trying to test/run my app through FF, nothing happens. I can't figure out if this is a normal behavior (e.g. FF cannot emulate Android/iOS environment through its web interface) or if this is me screwing up with the code.
Thanks in advance!
This package is not compatible with Web as seen here
FlutterFlow runs on a Web browser so this is only testable on IOS or Android build type