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

1.4 KiB

Android Release

flutter_provisioning_for_iot

Flutter Setup

Windows installation guide:
https://docs.flutter.dev/get-started/install/windows
Linux installation guide:
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:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
To build this projekt with windows be sure to set in
settings -> windows security -> for developers -> developer mode -> on
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'
    Before