bos_gateway_viewer 0.0.6 copy "bos_gateway_viewer: ^0.0.6" to clipboard
bos_gateway_viewer: ^0.0.6 copied to clipboard

viewer for bos-gateway-core

Viewer for bos-gateway-core

Requirements #

Installation #

Add bos_gateway_viewer as a dependency in your pubspec.yaml file.

Installation - Web support #

To make it work properly on the Web platform, you need to add the web_support.js file inside the <head> of your web/index.html file:

<head>
    <!-- ... -->
    <script type="application/javascript" src="/assets/packages/flutter_inappwebview_web/assets/web/web_support.js" defer></script>
    <!-- ... -->
</head>

Installation - Android support #

To make it work properly on the Android platform, you need to add android:usesCleartextTraffic="true" to manifest

Installation - iOS support #

To make it work properly on the iOS platform, you need to add the NSAllowsLocalNetworking key with true in the Info.plist :

<key>NSAppTransportSecurity</key>
<dict>
    <key>NSAllowsLocalNetworking</key>
    <true/>
</dict>
1
likes
130
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

viewer for bos-gateway-core

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_inappwebview

More

Packages that depend on bos_gateway_viewer