Masterarbeit Richard Stern. Flutter App, sich mit einem Bluetooth-Gerät verbindet und Berührungen auf einem Sensor visualisiert.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Richard Stern a951e9518d Add All the files from the touchpad_demonstrator Flutter App which can be build for Android and iOS 5 years ago
..
android Add All the files from the touchpad_demonstrator Flutter App which can be build for Android and iOS 5 years ago
example Add All the files from the touchpad_demonstrator Flutter App which can be build for Android and iOS 5 years ago
ios Add All the files from the touchpad_demonstrator Flutter App which can be build for Android and iOS 5 years ago
lib Add All the files from the touchpad_demonstrator Flutter App which can be build for Android and iOS 5 years ago
test Add All the files from the touchpad_demonstrator Flutter App which can be build for Android and iOS 5 years ago
CHANGELOG.md Add All the files from the touchpad_demonstrator Flutter App which can be build for Android and iOS 5 years ago
LICENSE Add All the files from the touchpad_demonstrator Flutter App which can be build for Android and iOS 5 years ago
README.md Add All the files from the touchpad_demonstrator Flutter App which can be build for Android and iOS 5 years ago
pubspec.yaml Add All the files from the touchpad_demonstrator Flutter App which can be build for Android and iOS 5 years ago

README.md

WebView for Flutter (Developers Preview)

pub package

A Flutter plugin that provides a WebView widget.

On iOS the WebView widget is backed by a WKWebView; On Android the WebView widget is backed by a WebView.

Developers Preview Status

The plugin relies on Flutter’s new mechanism for embedding Android and iOS views. As that mechanism is currently in a developers preview, this plugin should also be considered a developers preview.

Known issues are tagged with the platform-views and/or webview labels.

To use this plugin on iOS you need to opt-in for the embedded views preview by adding a boolean property to the app’s Info.plist file, with the key io.flutter.embedded_views_preview and the value YES.

Setup

iOS

Opt-in to the embedded views preview by adding a boolean property to the app’s Info.plist file with the key io.flutter.embedded_views_preview and the value YES.

Usage

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

You can now include a WebView widget in your widget tree. See the WebView widget’s Dartdoc for more details on how to use the widget.