From 2ec357bc8887dbbbdf4eb5d573d51f66038d8e98 Mon Sep 17 00:00:00 2001 From: Viktor Savchik Date: Mon, 10 Jun 2024 15:08:44 +0200 Subject: [PATCH 1/4] kotlin - 2.0.0 | agp - 8.4.1(8.6-all) | compileSdk - 34 | namespace --- .idea/libraries/Dart_SDK.xml | 40 ++++++++++--------- .idea/misc.xml | 3 ++ .../0020cbd7236d37a7913938cbb103aea0ecb5f55f | 0 .../13f012f60e18f38225ce59137db2e07d5d70b29c | 0 .../288c02ea61e179659ae25d8bba1c2043ac03577c | 0 .../626d28a4c5566cfcfccba4e4ab78f12396f0362a | 0 .../713ad3fe69886a08d88c72af382500e328f35cfd | 0 .../7f1dfe9671149f8d9c88462c92762aed23bf28d2 | 0 .../8b281575d8ca899ae14661dccc7f613da707a565 | 0 .../8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d | 0 .../a44f117a07597d287cedd2edb512680ab4b470f0 | 0 .../effc4a1f532c1cba8d1dd32e235ef452b14be28c | 0 .idea/sonarlint/issuestore/index.pb | 21 ++++++++++ .../0020cbd7236d37a7913938cbb103aea0ecb5f55f | 0 .../13f012f60e18f38225ce59137db2e07d5d70b29c | 0 .../288c02ea61e179659ae25d8bba1c2043ac03577c | 0 .../626d28a4c5566cfcfccba4e4ab78f12396f0362a | 0 .../713ad3fe69886a08d88c72af382500e328f35cfd | 0 .../7f1dfe9671149f8d9c88462c92762aed23bf28d2 | 0 .../8b281575d8ca899ae14661dccc7f613da707a565 | 0 .../8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d | 0 .../a44f117a07597d287cedd2edb512680ab4b470f0 | 0 .../effc4a1f532c1cba8d1dd32e235ef452b14be28c | 0 .idea/sonarlint/securityhotspotstore/index.pb | 21 ++++++++++ android/build.gradle | 15 ++++--- example/.flutter-plugins-dependencies | 2 +- example/android/app/build.gradle | 16 ++++---- .../android/app/src/main/AndroidManifest.xml | 1 + example/android/build.gradle | 6 +-- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../ios/Flutter/flutter_export_environment.sh | 6 +-- 31 files changed, 93 insertions(+), 40 deletions(-) create mode 100644 .idea/sonarlint/issuestore/0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f create mode 100644 .idea/sonarlint/issuestore/1/3/13f012f60e18f38225ce59137db2e07d5d70b29c create mode 100644 .idea/sonarlint/issuestore/2/8/288c02ea61e179659ae25d8bba1c2043ac03577c create mode 100644 .idea/sonarlint/issuestore/6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a create mode 100644 .idea/sonarlint/issuestore/7/1/713ad3fe69886a08d88c72af382500e328f35cfd create mode 100644 .idea/sonarlint/issuestore/7/f/7f1dfe9671149f8d9c88462c92762aed23bf28d2 create mode 100644 .idea/sonarlint/issuestore/8/b/8b281575d8ca899ae14661dccc7f613da707a565 create mode 100644 .idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d create mode 100644 .idea/sonarlint/issuestore/a/4/a44f117a07597d287cedd2edb512680ab4b470f0 create mode 100644 .idea/sonarlint/issuestore/e/f/effc4a1f532c1cba8d1dd32e235ef452b14be28c create mode 100644 .idea/sonarlint/issuestore/index.pb create mode 100644 .idea/sonarlint/securityhotspotstore/0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f create mode 100644 .idea/sonarlint/securityhotspotstore/1/3/13f012f60e18f38225ce59137db2e07d5d70b29c create mode 100644 .idea/sonarlint/securityhotspotstore/2/8/288c02ea61e179659ae25d8bba1c2043ac03577c create mode 100644 .idea/sonarlint/securityhotspotstore/6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a create mode 100644 .idea/sonarlint/securityhotspotstore/7/1/713ad3fe69886a08d88c72af382500e328f35cfd create mode 100644 .idea/sonarlint/securityhotspotstore/7/f/7f1dfe9671149f8d9c88462c92762aed23bf28d2 create mode 100644 .idea/sonarlint/securityhotspotstore/8/b/8b281575d8ca899ae14661dccc7f613da707a565 create mode 100644 .idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d create mode 100644 .idea/sonarlint/securityhotspotstore/a/4/a44f117a07597d287cedd2edb512680ab4b470f0 create mode 100644 .idea/sonarlint/securityhotspotstore/e/f/effc4a1f532c1cba8d1dd32e235ef452b14be28c create mode 100644 .idea/sonarlint/securityhotspotstore/index.pb diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml index 66ebf04..f235aca 100644 --- a/.idea/libraries/Dart_SDK.xml +++ b/.idea/libraries/Dart_SDK.xml @@ -1,25 +1,27 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/misc.xml b/.idea/misc.xml index 3173593..eb6f504 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -33,4 +33,7 @@ + + \ No newline at end of file diff --git a/.idea/sonarlint/issuestore/0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f b/.idea/sonarlint/issuestore/0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/1/3/13f012f60e18f38225ce59137db2e07d5d70b29c b/.idea/sonarlint/issuestore/1/3/13f012f60e18f38225ce59137db2e07d5d70b29c new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/2/8/288c02ea61e179659ae25d8bba1c2043ac03577c b/.idea/sonarlint/issuestore/2/8/288c02ea61e179659ae25d8bba1c2043ac03577c new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a b/.idea/sonarlint/issuestore/6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/7/1/713ad3fe69886a08d88c72af382500e328f35cfd b/.idea/sonarlint/issuestore/7/1/713ad3fe69886a08d88c72af382500e328f35cfd new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/7/f/7f1dfe9671149f8d9c88462c92762aed23bf28d2 b/.idea/sonarlint/issuestore/7/f/7f1dfe9671149f8d9c88462c92762aed23bf28d2 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/8/b/8b281575d8ca899ae14661dccc7f613da707a565 b/.idea/sonarlint/issuestore/8/b/8b281575d8ca899ae14661dccc7f613da707a565 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d b/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/a/4/a44f117a07597d287cedd2edb512680ab4b470f0 b/.idea/sonarlint/issuestore/a/4/a44f117a07597d287cedd2edb512680ab4b470f0 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/e/f/effc4a1f532c1cba8d1dd32e235ef452b14be28c b/.idea/sonarlint/issuestore/e/f/effc4a1f532c1cba8d1dd32e235ef452b14be28c new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/index.pb b/.idea/sonarlint/issuestore/index.pb new file mode 100644 index 0000000..e130f8a --- /dev/null +++ b/.idea/sonarlint/issuestore/index.pb @@ -0,0 +1,21 @@ + +9 + README.md,8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +D +android/build.gradle,1/3/13f012f60e18f38225ce59137db2e07d5d70b29c +G +android/settings.gradle,a/4/a44f117a07597d287cedd2edb512680ab4b470f0 +I +android/gradle.properties,7/f/7f1dfe9671149f8d9c88462c92762aed23bf28d2 +h +8example/android/gradle/wrapper/gradle-wrapper.properties,6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a +L +example/android/build.gradle,2/8/288c02ea61e179659ae25d8bba1c2043ac03577c +O +example/android/settings.gradle,8/b/8b281575d8ca899ae14661dccc7f613da707a565 +Q +!example/android/gradle.properties,e/f/effc4a1f532c1cba8d1dd32e235ef452b14be28c +P + example/android/app/build.gradle,7/1/713ad3fe69886a08d88c72af382500e328f35cfd +` +0example/android/app/src/main/AndroidManifest.xml,0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f \ No newline at end of file diff --git a/.idea/sonarlint/securityhotspotstore/0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f b/.idea/sonarlint/securityhotspotstore/0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/securityhotspotstore/1/3/13f012f60e18f38225ce59137db2e07d5d70b29c b/.idea/sonarlint/securityhotspotstore/1/3/13f012f60e18f38225ce59137db2e07d5d70b29c new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/securityhotspotstore/2/8/288c02ea61e179659ae25d8bba1c2043ac03577c b/.idea/sonarlint/securityhotspotstore/2/8/288c02ea61e179659ae25d8bba1c2043ac03577c new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/securityhotspotstore/6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a b/.idea/sonarlint/securityhotspotstore/6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/securityhotspotstore/7/1/713ad3fe69886a08d88c72af382500e328f35cfd b/.idea/sonarlint/securityhotspotstore/7/1/713ad3fe69886a08d88c72af382500e328f35cfd new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/securityhotspotstore/7/f/7f1dfe9671149f8d9c88462c92762aed23bf28d2 b/.idea/sonarlint/securityhotspotstore/7/f/7f1dfe9671149f8d9c88462c92762aed23bf28d2 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/securityhotspotstore/8/b/8b281575d8ca899ae14661dccc7f613da707a565 b/.idea/sonarlint/securityhotspotstore/8/b/8b281575d8ca899ae14661dccc7f613da707a565 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d b/.idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/securityhotspotstore/a/4/a44f117a07597d287cedd2edb512680ab4b470f0 b/.idea/sonarlint/securityhotspotstore/a/4/a44f117a07597d287cedd2edb512680ab4b470f0 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/securityhotspotstore/e/f/effc4a1f532c1cba8d1dd32e235ef452b14be28c b/.idea/sonarlint/securityhotspotstore/e/f/effc4a1f532c1cba8d1dd32e235ef452b14be28c new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/securityhotspotstore/index.pb b/.idea/sonarlint/securityhotspotstore/index.pb new file mode 100644 index 0000000..e130f8a --- /dev/null +++ b/.idea/sonarlint/securityhotspotstore/index.pb @@ -0,0 +1,21 @@ + +9 + README.md,8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +D +android/build.gradle,1/3/13f012f60e18f38225ce59137db2e07d5d70b29c +G +android/settings.gradle,a/4/a44f117a07597d287cedd2edb512680ab4b470f0 +I +android/gradle.properties,7/f/7f1dfe9671149f8d9c88462c92762aed23bf28d2 +h +8example/android/gradle/wrapper/gradle-wrapper.properties,6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a +L +example/android/build.gradle,2/8/288c02ea61e179659ae25d8bba1c2043ac03577c +O +example/android/settings.gradle,8/b/8b281575d8ca899ae14661dccc7f613da707a565 +Q +!example/android/gradle.properties,e/f/effc4a1f532c1cba8d1dd32e235ef452b14be28c +P + example/android/app/build.gradle,7/1/713ad3fe69886a08d88c72af382500e328f35cfd +` +0example/android/app/src/main/AndroidManifest.xml,0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f \ No newline at end of file diff --git a/android/build.gradle b/android/build.gradle index 01fc4fb..8ec2e90 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,14 +2,14 @@ group 'appmire.be.flutterjailbreakdetection' version '1.0-SNAPSHOT' buildscript { - ext.kotlin_version = '1.7.20' + ext.kotlin_version = '2.0.0' repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.3.1' + classpath 'com.android.tools.build:gradle:8.4.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } @@ -26,17 +26,22 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { - compileSdkVersion 33 + compileSdk 34 + namespace project.group + + compileOptions { + sourceCompatibility JavaVersion.VERSION_17 + targetCompatibility JavaVersion.VERSION_17 + } sourceSets { main.java.srcDirs += 'src/main/kotlin' } defaultConfig { - minSdkVersion 17 + minSdk 17 } } dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'com.github.scottyab:rootbeer:0.1.0' } diff --git a/example/.flutter-plugins-dependencies b/example/.flutter-plugins-dependencies index 71ab0e5..a04aee9 100644 --- a/example/.flutter-plugins-dependencies +++ b/example/.flutter-plugins-dependencies @@ -1 +1 @@ -{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_jailbreak_detection","path":"C:\\\\Users\\\\jeroe\\\\Developer\\\\appmire\\\\github\\\\flutter_jailbreak_detection\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"flutter_jailbreak_detection","path":"C:\\\\Users\\\\jeroe\\\\Developer\\\\appmire\\\\github\\\\flutter_jailbreak_detection\\\\","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"flutter_jailbreak_detection","dependencies":[]}],"date_created":"2023-01-11 11:23:19.525873","version":"3.3.10"} \ No newline at end of file +{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_jailbreak_detection","path":"/Users/viktor_savchik/Work/tools/flutter_jailbreak_detection/","native_build":true,"dependencies":[]}],"android":[{"name":"flutter_jailbreak_detection","path":"/Users/viktor_savchik/Work/tools/flutter_jailbreak_detection/","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"flutter_jailbreak_detection","dependencies":[]}],"date_created":"2024-06-10 15:07:59.075433","version":"3.19.1"} \ No newline at end of file diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index a7e0d4c..ef07048 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -26,7 +26,8 @@ apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 33 + compileSdk 34 + namespace "appmire.be.flutterjailbreakdetectionexample" sourceSets { main.java.srcDirs += 'src/main/kotlin' @@ -35,12 +36,15 @@ android { lintOptions { disable 'InvalidPackage' } - + compileOptions { + sourceCompatibility JavaVersion.VERSION_17 + targetCompatibility JavaVersion.VERSION_17 + } defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "appmire.be.flutterjailbreakdetectionexample" - minSdkVersion 21 - targetSdkVersion 30 + minSdk 21 + targetSdk 34 versionCode flutterVersionCode.toInteger() versionName flutterVersionName //testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" @@ -58,7 +62,3 @@ android { flutter { source '../..' } - -dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" -} diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index f8c3947..699ec8d 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -19,6 +19,7 @@ android:name=".MainActivity" android:launchMode="singleTop" android:theme="@style/LaunchTheme" + android:exported="true" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize"> diff --git a/example/android/build.gradle b/example/android/build.gradle index 090ffc6..9d785ba 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -1,12 +1,12 @@ buildscript { - ext.kotlin_version = '1.7.20' + ext.kotlin_version = '2.0.0' repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.3.1' + classpath 'com.android.tools.build:gradle:8.4.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } @@ -26,6 +26,6 @@ subprojects { project.evaluationDependsOn(':app') } -task clean(type: Delete) { +tasks.register("clean", Delete) { delete rootProject.buildDir } diff --git a/example/android/gradle/wrapper/gradle-wrapper.properties b/example/android/gradle/wrapper/gradle-wrapper.properties index 6b66533..628d33c 100644 --- a/example/android/gradle/wrapper/gradle-wrapper.properties +++ b/example/android/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip diff --git a/example/ios/Flutter/flutter_export_environment.sh b/example/ios/Flutter/flutter_export_environment.sh index 24406bb..26ed39c 100755 --- a/example/ios/Flutter/flutter_export_environment.sh +++ b/example/ios/Flutter/flutter_export_environment.sh @@ -1,9 +1,9 @@ #!/bin/sh # This is a generated file; do not edit or check into version control. -export "FLUTTER_ROOT=C:\Users\jeroe\fvm\versions\3.3.10" -export "FLUTTER_APPLICATION_PATH=C:\Users\jeroe\Developer\appmire\github\flutter_jailbreak_detection\example" +export "FLUTTER_ROOT=/Users/viktor_savchik/Work/tools/flutter" +export "FLUTTER_APPLICATION_PATH=/Users/viktor_savchik/Work/tools/flutter_jailbreak_detection/example" export "COCOAPODS_PARALLEL_CODE_SIGN=true" -export "FLUTTER_TARGET=lib\main.dart" +export "FLUTTER_TARGET=lib/main.dart" export "FLUTTER_BUILD_DIR=build" export "FLUTTER_BUILD_NAME=1.0.0" export "FLUTTER_BUILD_NUMBER=1" From a7bae4abc931654221728b0f6dda17a402046582 Mon Sep 17 00:00:00 2001 From: Viktor Savchik Date: Mon, 10 Jun 2024 15:12:32 +0200 Subject: [PATCH 2/4] cleanup --- .gitignore | 2 +- .idea/.gitignore | 3 - .idea/codeStyles/Project.xml | 113 --------------- .idea/encodings.xml | 4 - .idea/libraries/Dart_SDK.xml | 29 ---- .idea/libraries/Flutter_Plugins.xml | 9 -- .idea/libraries/Flutter_for_Android.xml | 9 -- .idea/misc.xml | 39 ----- .idea/modules.xml | 9 -- .../example_lib_main_dart.xml | 6 - .../0020cbd7236d37a7913938cbb103aea0ecb5f55f | 0 .../13f012f60e18f38225ce59137db2e07d5d70b29c | 0 .../288c02ea61e179659ae25d8bba1c2043ac03577c | 0 .../626d28a4c5566cfcfccba4e4ab78f12396f0362a | 0 .../713ad3fe69886a08d88c72af382500e328f35cfd | 0 .../7f1dfe9671149f8d9c88462c92762aed23bf28d2 | 0 .../8b281575d8ca899ae14661dccc7f613da707a565 | 0 .../8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d | 0 .../a44f117a07597d287cedd2edb512680ab4b470f0 | 0 .../effc4a1f532c1cba8d1dd32e235ef452b14be28c | 0 .idea/sonarlint/issuestore/index.pb | 21 --- .../0020cbd7236d37a7913938cbb103aea0ecb5f55f | 0 .../13f012f60e18f38225ce59137db2e07d5d70b29c | 0 .../288c02ea61e179659ae25d8bba1c2043ac03577c | 0 .../626d28a4c5566cfcfccba4e4ab78f12396f0362a | 0 .../713ad3fe69886a08d88c72af382500e328f35cfd | 0 .../7f1dfe9671149f8d9c88462c92762aed23bf28d2 | 0 .../8b281575d8ca899ae14661dccc7f613da707a565 | 0 .../8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d | 0 .../a44f117a07597d287cedd2edb512680ab4b470f0 | 0 .../effc4a1f532c1cba8d1dd32e235ef452b14be28c | 0 .idea/sonarlint/securityhotspotstore/index.pb | 21 --- .idea/vcs.xml | 6 - .idea/workspace.xml | 137 ------------------ 34 files changed, 1 insertion(+), 407 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/libraries/Dart_SDK.xml delete mode 100644 .idea/libraries/Flutter_Plugins.xml delete mode 100644 .idea/libraries/Flutter_for_Android.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/runConfigurations/example_lib_main_dart.xml delete mode 100644 .idea/sonarlint/issuestore/0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f delete mode 100644 .idea/sonarlint/issuestore/1/3/13f012f60e18f38225ce59137db2e07d5d70b29c delete mode 100644 .idea/sonarlint/issuestore/2/8/288c02ea61e179659ae25d8bba1c2043ac03577c delete mode 100644 .idea/sonarlint/issuestore/6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a delete mode 100644 .idea/sonarlint/issuestore/7/1/713ad3fe69886a08d88c72af382500e328f35cfd delete mode 100644 .idea/sonarlint/issuestore/7/f/7f1dfe9671149f8d9c88462c92762aed23bf28d2 delete mode 100644 .idea/sonarlint/issuestore/8/b/8b281575d8ca899ae14661dccc7f613da707a565 delete mode 100644 .idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d delete mode 100644 .idea/sonarlint/issuestore/a/4/a44f117a07597d287cedd2edb512680ab4b470f0 delete mode 100644 .idea/sonarlint/issuestore/e/f/effc4a1f532c1cba8d1dd32e235ef452b14be28c delete mode 100644 .idea/sonarlint/issuestore/index.pb delete mode 100644 .idea/sonarlint/securityhotspotstore/0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f delete mode 100644 .idea/sonarlint/securityhotspotstore/1/3/13f012f60e18f38225ce59137db2e07d5d70b29c delete mode 100644 .idea/sonarlint/securityhotspotstore/2/8/288c02ea61e179659ae25d8bba1c2043ac03577c delete mode 100644 .idea/sonarlint/securityhotspotstore/6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a delete mode 100644 .idea/sonarlint/securityhotspotstore/7/1/713ad3fe69886a08d88c72af382500e328f35cfd delete mode 100644 .idea/sonarlint/securityhotspotstore/7/f/7f1dfe9671149f8d9c88462c92762aed23bf28d2 delete mode 100644 .idea/sonarlint/securityhotspotstore/8/b/8b281575d8ca899ae14661dccc7f613da707a565 delete mode 100644 .idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d delete mode 100644 .idea/sonarlint/securityhotspotstore/a/4/a44f117a07597d287cedd2edb512680ab4b470f0 delete mode 100644 .idea/sonarlint/securityhotspotstore/e/f/effc4a1f532c1cba8d1dd32e235ef452b14be28c delete mode 100644 .idea/sonarlint/securityhotspotstore/index.pb delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore index c3b7a8d..f338bb1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ .packages .pub/ pubspec.lock - +.idea/ build/ # Compiled class file *.class diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index ae78c11..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,113 +0,0 @@ - - - - - -
- - - - xmlns:android - - ^$ - - - -
-
- - - - xmlns:.* - - ^$ - - - BY_NAME - -
-
- - - - .*:id - - http://schemas.android.com/apk/res/android - - - -
-
- - - - .*:name - - http://schemas.android.com/apk/res/android - - - -
-
- - - - name - - ^$ - - - -
-
- - - - style - - ^$ - - - -
-
- - - - .* - - ^$ - - - BY_NAME - -
-
- - - - .* - - http://schemas.android.com/apk/res/android - - - ANDROID_ATTRIBUTE_ORDER - -
-
- - - - .* - - .* - - - BY_NAME - -
-
-
-
-
-
\ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 15a15b2..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml deleted file mode 100644 index f235aca..0000000 --- a/.idea/libraries/Dart_SDK.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Flutter_Plugins.xml b/.idea/libraries/Flutter_Plugins.xml deleted file mode 100644 index 65bb367..0000000 --- a/.idea/libraries/Flutter_Plugins.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Flutter_for_Android.xml b/.idea/libraries/Flutter_for_Android.xml deleted file mode 100644 index 2568a1d..0000000 --- a/.idea/libraries/Flutter_for_Android.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index eb6f504..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index a816f6b..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.idea/runConfigurations/example_lib_main_dart.xml b/.idea/runConfigurations/example_lib_main_dart.xml deleted file mode 100644 index bac2c8a..0000000 --- a/.idea/runConfigurations/example_lib_main_dart.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/sonarlint/issuestore/0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f b/.idea/sonarlint/issuestore/0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/1/3/13f012f60e18f38225ce59137db2e07d5d70b29c b/.idea/sonarlint/issuestore/1/3/13f012f60e18f38225ce59137db2e07d5d70b29c deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/2/8/288c02ea61e179659ae25d8bba1c2043ac03577c b/.idea/sonarlint/issuestore/2/8/288c02ea61e179659ae25d8bba1c2043ac03577c deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a b/.idea/sonarlint/issuestore/6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/7/1/713ad3fe69886a08d88c72af382500e328f35cfd b/.idea/sonarlint/issuestore/7/1/713ad3fe69886a08d88c72af382500e328f35cfd deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/7/f/7f1dfe9671149f8d9c88462c92762aed23bf28d2 b/.idea/sonarlint/issuestore/7/f/7f1dfe9671149f8d9c88462c92762aed23bf28d2 deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/8/b/8b281575d8ca899ae14661dccc7f613da707a565 b/.idea/sonarlint/issuestore/8/b/8b281575d8ca899ae14661dccc7f613da707a565 deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d b/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/a/4/a44f117a07597d287cedd2edb512680ab4b470f0 b/.idea/sonarlint/issuestore/a/4/a44f117a07597d287cedd2edb512680ab4b470f0 deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/e/f/effc4a1f532c1cba8d1dd32e235ef452b14be28c b/.idea/sonarlint/issuestore/e/f/effc4a1f532c1cba8d1dd32e235ef452b14be28c deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/index.pb b/.idea/sonarlint/issuestore/index.pb deleted file mode 100644 index e130f8a..0000000 --- a/.idea/sonarlint/issuestore/index.pb +++ /dev/null @@ -1,21 +0,0 @@ - -9 - README.md,8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d -D -android/build.gradle,1/3/13f012f60e18f38225ce59137db2e07d5d70b29c -G -android/settings.gradle,a/4/a44f117a07597d287cedd2edb512680ab4b470f0 -I -android/gradle.properties,7/f/7f1dfe9671149f8d9c88462c92762aed23bf28d2 -h -8example/android/gradle/wrapper/gradle-wrapper.properties,6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a -L -example/android/build.gradle,2/8/288c02ea61e179659ae25d8bba1c2043ac03577c -O -example/android/settings.gradle,8/b/8b281575d8ca899ae14661dccc7f613da707a565 -Q -!example/android/gradle.properties,e/f/effc4a1f532c1cba8d1dd32e235ef452b14be28c -P - example/android/app/build.gradle,7/1/713ad3fe69886a08d88c72af382500e328f35cfd -` -0example/android/app/src/main/AndroidManifest.xml,0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f \ No newline at end of file diff --git a/.idea/sonarlint/securityhotspotstore/0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f b/.idea/sonarlint/securityhotspotstore/0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/1/3/13f012f60e18f38225ce59137db2e07d5d70b29c b/.idea/sonarlint/securityhotspotstore/1/3/13f012f60e18f38225ce59137db2e07d5d70b29c deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/2/8/288c02ea61e179659ae25d8bba1c2043ac03577c b/.idea/sonarlint/securityhotspotstore/2/8/288c02ea61e179659ae25d8bba1c2043ac03577c deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a b/.idea/sonarlint/securityhotspotstore/6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/7/1/713ad3fe69886a08d88c72af382500e328f35cfd b/.idea/sonarlint/securityhotspotstore/7/1/713ad3fe69886a08d88c72af382500e328f35cfd deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/7/f/7f1dfe9671149f8d9c88462c92762aed23bf28d2 b/.idea/sonarlint/securityhotspotstore/7/f/7f1dfe9671149f8d9c88462c92762aed23bf28d2 deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/8/b/8b281575d8ca899ae14661dccc7f613da707a565 b/.idea/sonarlint/securityhotspotstore/8/b/8b281575d8ca899ae14661dccc7f613da707a565 deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d b/.idea/sonarlint/securityhotspotstore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/a/4/a44f117a07597d287cedd2edb512680ab4b470f0 b/.idea/sonarlint/securityhotspotstore/a/4/a44f117a07597d287cedd2edb512680ab4b470f0 deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/e/f/effc4a1f532c1cba8d1dd32e235ef452b14be28c b/.idea/sonarlint/securityhotspotstore/e/f/effc4a1f532c1cba8d1dd32e235ef452b14be28c deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/securityhotspotstore/index.pb b/.idea/sonarlint/securityhotspotstore/index.pb deleted file mode 100644 index e130f8a..0000000 --- a/.idea/sonarlint/securityhotspotstore/index.pb +++ /dev/null @@ -1,21 +0,0 @@ - -9 - README.md,8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d -D -android/build.gradle,1/3/13f012f60e18f38225ce59137db2e07d5d70b29c -G -android/settings.gradle,a/4/a44f117a07597d287cedd2edb512680ab4b470f0 -I -android/gradle.properties,7/f/7f1dfe9671149f8d9c88462c92762aed23bf28d2 -h -8example/android/gradle/wrapper/gradle-wrapper.properties,6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a -L -example/android/build.gradle,2/8/288c02ea61e179659ae25d8bba1c2043ac03577c -O -example/android/settings.gradle,8/b/8b281575d8ca899ae14661dccc7f613da707a565 -Q -!example/android/gradle.properties,e/f/effc4a1f532c1cba8d1dd32e235ef452b14be28c -P - example/android/app/build.gradle,7/1/713ad3fe69886a08d88c72af382500e328f35cfd -` -0example/android/app/src/main/AndroidManifest.xml,0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 3b775d8..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - -