From 84dfa9393dea98d14f89492b320f1032abe1647e Mon Sep 17 00:00:00 2001 From: Joerg Date: Fri, 31 Mar 2023 21:27:40 +0200 Subject: [PATCH] Fixing Typos --- README.md | 12 ++++++++---- android/app/build.gradle | 2 +- android/app/src/debug/AndroidManifest.xml | 2 +- android/app/src/main/AndroidManifest.xml | 4 ++-- .../{demo_projekt => demo_project}/MainActivity.kt | 2 +- android/app/src/profile/AndroidManifest.xml | 2 +- lib/main.dart | 1 + linux/CMakeLists.txt | 4 ++-- linux/my_application.cc | 4 ++-- pubspec.lock | 2 +- pubspec.yaml | 13 +++++++------ test/widget_test.dart | 2 +- web/index.html | 6 +++--- web/manifest.json | 6 +++--- 14 files changed, 34 insertions(+), 28 deletions(-) rename android/app/src/main/kotlin/com/example/{demo_projekt => demo_project}/MainActivity.kt (74%) diff --git a/README.md b/README.md index 5683d8b..7b70932 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,18 @@ -# demo_projekt +# demo project +[![Quality Gate Status](https://766965726c696e68.synology.me:5445/api/project_badges/measure?project=CPD_Aufgabe1&metric=alert_status&token=sqb_c54b02bdf970202113472dc343d8e36abf4b9558)](https://766965726c696e68.synology.me:5445/dashboard?id=CPD_Aufgabe1) +[![GitLab pipeline status](https://766965726c696e68.synology.me:5446/Joerg/cpd_aufgabe1/badges/main/pipeline.svg)](https://766965726c696e68.synology.me:5446/Joerg/cpd_aufgabe1/-/commits/main) + +*Sonarqube & GitLab only for private use (nonpublic information)* Based on the standard Flutter demo for the course CPD \ -Create by student Jörg Vierling Mat.Nr 322871 +Create by student Jörg Vierling Mat.Nr.: 322871 ## Getting Started *This project tested on* -* Web +* Web * Linux (Ubuntu 22.04 LTS) * Pixel 6 API 33 (emulated) ## Using -Press the '+' button at the bottom of the screen to increase the number in the middle. +Press the '+' button at the bottom of the screen to increase the number in the middle. \ No newline at end of file diff --git a/android/app/build.gradle b/android/app/build.gradle index 6ca581a..e7d57c4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -44,7 +44,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.demo_projekt" + applicationId "com.example.demo_project" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. minSdkVersion flutter.minSdkVersion diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 69369d1..98bb7ba 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.example.demo_project"> - + - demo_projekt + demo_project