Go to file
YamiDoesDev 02f259edf5 adding documentations 2023-04-10 21:36:03 +02:00
.github/workflows adding documentations 2023-04-10 21:36:03 +02:00
AppIcons new icon, some refactoring and first working cycle 2023-01-04 14:18:34 +01:00
android finishing touches for a working version 2023-01-08 02:50:52 +01:00
assets new icon, some refactoring and first working cycle 2023-01-04 14:18:34 +01:00
config new icon, some refactoring and first working cycle 2023-01-04 14:18:34 +01:00
docs adding documentations 2023-04-10 21:36:03 +02:00
lib adding connection display 2023-01-14 23:30:09 +01:00
scripts-pfc200 adding hardware scripts to the main repo 2023-04-10 21:34:05 +02:00
test purged more warnings 2023-01-07 16:45:30 +01:00
.gitignore some cleanup and adding functions 2022-12-16 01:12:33 +01:00
.metadata moved files to root path 2022-10-29 20:09:23 +02:00
AppIcons.zip new icon, some refactoring and first working cycle 2023-01-04 14:18:34 +01:00
README.md add ci indicator 2022-12-12 01:32:29 +01:00
analysis_options.yaml moved files to root path 2022-10-29 20:09:23 +02:00
mkdocs.yml adding documentations 2023-04-10 21:36:03 +02:00
pubspec.lock updated dependencies 2023-01-07 16:47:34 +01:00
pubspec.yaml new icon, some refactoring and first working cycle 2023-01-04 14:18:34 +01:00
requirements.txt adding documentations 2023-04-10 21:36:03 +02:00

README.md

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