moved files to root path

This commit is contained in:
YamiDoesDev 2022-10-29 20:09:23 +02:00
parent dca02824b9
commit 68cc9534e2
133 changed files with 32 additions and 32 deletions

View File

@ -1,9 +1,25 @@
# flutter_provisioning_for_iot
##Flutter Setup
## 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

View File

Before

Width:  |  Height:  |  Size: 544 B

After

Width:  |  Height:  |  Size: 544 B

View File

Before

Width:  |  Height:  |  Size: 442 B

After

Width:  |  Height:  |  Size: 442 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,20 +0,0 @@
# flutter_provisioning_for_iot
A new Flutter project.
## 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

View File

@ -1,10 +0,0 @@
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
}

View File

@ -0,0 +1,14 @@
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import flutter_blue
import shared_preferences_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlutterBluePlugin.register(with: registry.registrar(forPlugin: "FlutterBluePlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}

Some files were not shown because too many files have changed in this diff Show More