semesterprojekt-bluetooth-p.../README.md

34 lines
1.4 KiB
Markdown

[![Android Release](https://github.com/oob-provisioning-for-iot/flutter_app_android/actions/workflows/build-app.yml/badge.svg)](https://github.com/oob-provisioning-for-iot/flutter_app_android/actions/workflows/build-app.yml)
# flutter_provisioning_for_iot
## Flutter Setup
Windows installation guide: <br>
https://docs.flutter.dev/get-started/install/windows
<br>
Linux installation guide: <br>
https://docs.flutter.dev/get-started/install/linux
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
<br>
To build this projekt with windows be sure to set in <br>
settings -> windows security -> for developers -> developer mode -> on
<br>
For the Cloud Service, be sure deactivating web security when working with Edge Browser.
1. Go to 'flutter\bin\cache' remove the following file 'flutter_tools.stamp'
2. Go to 'flutter\packages\flutter_tools\lib\src\web' and open 'chrome.dart'
3. find '--disable-extensions' and add '--disable-web-security'
<br>
Before