From 877b1d0f945dca3210ac38a690190f183d324b3c Mon Sep 17 00:00:00 2001 From: Viktor Savchik Date: Mon, 10 Jun 2024 14:55:14 +0200 Subject: [PATCH 1/2] compileSdk - 34 | agp 8.4.1(8.6-all) --- .idea/libraries/Dart_SDK.xml | 32 ++-- .idea/misc.xml | 1 - .../0020cbd7236d37a7913938cbb103aea0ecb5f55f | 0 .../0841580e5a5ec979b3fae0109915065e988679a9 | 0 .../0b3b2877555a5f870242186e404e35c0deb3a18b | 0 .../13f012f60e18f38225ce59137db2e07d5d70b29c | 0 .../288c02ea61e179659ae25d8bba1c2043ac03577c | 0 .../626d28a4c5566cfcfccba4e4ab78f12396f0362a | 0 .../713ad3fe69886a08d88c72af382500e328f35cfd | 0 .../8b281575d8ca899ae14661dccc7f613da707a565 | 0 .../8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d | 0 .../a44f117a07597d287cedd2edb512680ab4b470f0 | 0 .../ba168aae97aa4fff3c6109f9a48304064139e77e | 0 .idea/sonarlint/issuestore/index.pb | 23 +++ .../0020cbd7236d37a7913938cbb103aea0ecb5f55f | 0 .../0841580e5a5ec979b3fae0109915065e988679a9 | 0 .../0b3b2877555a5f870242186e404e35c0deb3a18b | 0 .../13f012f60e18f38225ce59137db2e07d5d70b29c | 0 .../288c02ea61e179659ae25d8bba1c2043ac03577c | 0 .../626d28a4c5566cfcfccba4e4ab78f12396f0362a | 0 .../713ad3fe69886a08d88c72af382500e328f35cfd | 0 .../8b281575d8ca899ae14661dccc7f613da707a565 | 0 .../8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d | 0 .../a44f117a07597d287cedd2edb512680ab4b470f0 | 0 .../ba168aae97aa4fff3c6109f9a48304064139e77e | 0 .idea/sonarlint/securityhotspotstore/index.pb | 23 +++ android/build.gradle | 7 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- example/android/app/build.gradle | 7 +- .../android/app/src/main/AndroidManifest.xml | 1 + example/android/build.gradle | 4 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- example/pubspec.lock | 141 ++++++++++++------ 33 files changed, 172 insertions(+), 71 deletions(-) create mode 100644 .idea/sonarlint/issuestore/0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f create mode 100644 .idea/sonarlint/issuestore/0/8/0841580e5a5ec979b3fae0109915065e988679a9 create mode 100644 .idea/sonarlint/issuestore/0/b/0b3b2877555a5f870242186e404e35c0deb3a18b 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/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/b/a/ba168aae97aa4fff3c6109f9a48304064139e77e create mode 100644 .idea/sonarlint/issuestore/index.pb create mode 100644 .idea/sonarlint/securityhotspotstore/0/0/0020cbd7236d37a7913938cbb103aea0ecb5f55f create mode 100644 .idea/sonarlint/securityhotspotstore/0/8/0841580e5a5ec979b3fae0109915065e988679a9 create mode 100644 .idea/sonarlint/securityhotspotstore/0/b/0b3b2877555a5f870242186e404e35c0deb3a18b 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/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/b/a/ba168aae97aa4fff3c6109f9a48304064139e77e create mode 100644 .idea/sonarlint/securityhotspotstore/index.pb diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml index 7d5efcd..f235aca 100644 --- a/.idea/libraries/Dart_SDK.xml +++ b/.idea/libraries/Dart_SDK.xml @@ -1,17 +1,27 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/misc.xml b/.idea/misc.xml index 8fc5e91..8b2fcc5 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - 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/0/8/0841580e5a5ec979b3fae0109915065e988679a9 b/.idea/sonarlint/issuestore/0/8/0841580e5a5ec979b3fae0109915065e988679a9 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/issuestore/0/b/0b3b2877555a5f870242186e404e35c0deb3a18b b/.idea/sonarlint/issuestore/0/b/0b3b2877555a5f870242186e404e35c0deb3a18b 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/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/b/a/ba168aae97aa4fff3c6109f9a48304064139e77e b/.idea/sonarlint/issuestore/b/a/ba168aae97aa4fff3c6109f9a48304064139e77e 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..5c02958 --- /dev/null +++ b/.idea/sonarlint/issuestore/index.pb @@ -0,0 +1,23 @@ + +9 + README.md,8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +D +android/build.gradle,1/3/13f012f60e18f38225ce59137db2e07d5d70b29c +G +android/settings.gradle,a/4/a44f117a07597d287cedd2edb512680ab4b470f0 +` +0android/gradle/wrapper/gradle-wrapper.properties,0/8/0841580e5a5ec979b3fae0109915065e988679a9 +L +example/android/build.gradle,2/8/288c02ea61e179659ae25d8bba1c2043ac03577c +O +example/android/settings.gradle,8/b/8b281575d8ca899ae14661dccc7f613da707a565 +P + example/android/app/build.gradle,7/1/713ad3fe69886a08d88c72af382500e328f35cfd +F +lib/fk_user_agent.dart,b/a/ba168aae97aa4fff3c6109f9a48304064139e77e +h +8example/android/gradle/wrapper/gradle-wrapper.properties,6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a +T +$android/src/main/AndroidManifest.xml,0/b/0b3b2877555a5f870242186e404e35c0deb3a18b +` +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/0/8/0841580e5a5ec979b3fae0109915065e988679a9 b/.idea/sonarlint/securityhotspotstore/0/8/0841580e5a5ec979b3fae0109915065e988679a9 new file mode 100644 index 0000000..e69de29 diff --git a/.idea/sonarlint/securityhotspotstore/0/b/0b3b2877555a5f870242186e404e35c0deb3a18b b/.idea/sonarlint/securityhotspotstore/0/b/0b3b2877555a5f870242186e404e35c0deb3a18b 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/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/b/a/ba168aae97aa4fff3c6109f9a48304064139e77e b/.idea/sonarlint/securityhotspotstore/b/a/ba168aae97aa4fff3c6109f9a48304064139e77e 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..5c02958 --- /dev/null +++ b/.idea/sonarlint/securityhotspotstore/index.pb @@ -0,0 +1,23 @@ + +9 + README.md,8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d +D +android/build.gradle,1/3/13f012f60e18f38225ce59137db2e07d5d70b29c +G +android/settings.gradle,a/4/a44f117a07597d287cedd2edb512680ab4b470f0 +` +0android/gradle/wrapper/gradle-wrapper.properties,0/8/0841580e5a5ec979b3fae0109915065e988679a9 +L +example/android/build.gradle,2/8/288c02ea61e179659ae25d8bba1c2043ac03577c +O +example/android/settings.gradle,8/b/8b281575d8ca899ae14661dccc7f613da707a565 +P + example/android/app/build.gradle,7/1/713ad3fe69886a08d88c72af382500e328f35cfd +F +lib/fk_user_agent.dart,b/a/ba168aae97aa4fff3c6109f9a48304064139e77e +h +8example/android/gradle/wrapper/gradle-wrapper.properties,6/2/626d28a4c5566cfcfccba4e4ab78f12396f0362a +T +$android/src/main/AndroidManifest.xml,0/b/0b3b2877555a5f870242186e404e35c0deb3a18b +` +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 4e8106c..4078cd3 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -8,7 +8,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.5.4' + classpath 'com.android.tools.build:gradle:8.4.1' } } @@ -22,10 +22,11 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - compileSdkVersion 30 + compileSdk 34 + namespace project.group defaultConfig { - minSdkVersion 16 + minSdk 16 } lintOptions { diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 3c9d085..5d6560a 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 0340584..f60cd14 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -25,13 +25,14 @@ apply plugin: 'com.android.application' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 30 + namespace "io.flutterfastkit.fk_user_agent_example" + compileSdk 34 defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "io.flutterfastkit.fk_user_agent_example" - minSdkVersion 16 - targetSdkVersion 30 + minSdkVersion flutter.minSdkVersion + targetSdk 34 versionCode flutterVersionCode.toInteger() versionName flutterVersionName } diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index 64476ed..4032f41 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -7,6 +7,7 @@ android:name=".MainActivity" android:launchMode="singleTop" android:theme="@style/LaunchTheme" + android:exported="true" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize"> diff --git a/example/android/build.gradle b/example/android/build.gradle index c9e3db0..ebf90fb 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.1.0' + classpath 'com.android.tools.build:gradle:8.4.1' } } @@ -24,6 +24,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 bc6a58a..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-6.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip diff --git a/example/pubspec.lock b/example/pubspec.lock index 6dd4be9..32f34a4 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -5,65 +5,65 @@ packages: dependency: transitive description: name: async - url: "https://pub.flutter-io.cn" + sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" + url: "https://pub.dev" source: hosted - version: "2.5.0" + version: "2.11.0" boolean_selector: dependency: transitive description: name: boolean_selector - url: "https://pub.flutter-io.cn" + sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.1" characters: dependency: transitive description: name: characters - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.1.0" - charcode: - dependency: transitive - description: - name: charcode - url: "https://pub.flutter-io.cn" + sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605" + url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.3.0" clock: dependency: transitive description: name: clock - url: "https://pub.flutter-io.cn" + sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf + url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "1.1.1" collection: dependency: transitive description: name: collection - url: "https://pub.flutter-io.cn" + sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a + url: "https://pub.dev" source: hosted - version: "1.15.0" + version: "1.18.0" cupertino_icons: dependency: "direct main" description: name: cupertino_icons - url: "https://pub.flutter-io.cn" + sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6 + url: "https://pub.dev" source: hosted - version: "1.0.2" + version: "1.0.8" fake_async: dependency: transitive description: name: fake_async - url: "https://pub.flutter-io.cn" + sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" + url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.3.1" fk_user_agent: dependency: "direct main" description: path: ".." relative: true source: path - version: "2.0.0" + version: "2.1.0" flutter: dependency: "direct main" description: flutter @@ -74,27 +74,62 @@ packages: description: flutter source: sdk version: "0.0.0" + leak_tracker: + dependency: transitive + description: + name: leak_tracker + sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa" + url: "https://pub.dev" + source: hosted + version: "10.0.0" + leak_tracker_flutter_testing: + dependency: transitive + description: + name: leak_tracker_flutter_testing + sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0 + url: "https://pub.dev" + source: hosted + version: "2.0.1" + leak_tracker_testing: + dependency: transitive + description: + name: leak_tracker_testing + sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47 + url: "https://pub.dev" + source: hosted + version: "2.0.1" matcher: dependency: transitive description: name: matcher - url: "https://pub.flutter-io.cn" + sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb + url: "https://pub.dev" + source: hosted + version: "0.12.16+1" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a" + url: "https://pub.dev" source: hosted - version: "0.12.10" + version: "0.8.0" meta: dependency: transitive description: name: meta - url: "https://pub.flutter-io.cn" + sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04 + url: "https://pub.dev" source: hosted - version: "1.3.0" + version: "1.11.0" path: dependency: transitive description: name: path - url: "https://pub.flutter-io.cn" + sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af" + url: "https://pub.dev" source: hosted - version: "1.8.0" + version: "1.9.0" sky_engine: dependency: transitive description: flutter @@ -104,58 +139,66 @@ packages: dependency: transitive description: name: source_span - url: "https://pub.flutter-io.cn" + sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c" + url: "https://pub.dev" source: hosted - version: "1.8.0" + version: "1.10.0" stack_trace: dependency: transitive description: name: stack_trace - url: "https://pub.flutter-io.cn" + sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b" + url: "https://pub.dev" source: hosted - version: "1.10.0" + version: "1.11.1" stream_channel: dependency: transitive description: name: stream_channel - url: "https://pub.flutter-io.cn" + sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7 + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "2.1.2" string_scanner: dependency: transitive description: name: string_scanner - url: "https://pub.flutter-io.cn" + sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" + url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "1.2.0" term_glyph: dependency: transitive description: name: term_glyph - url: "https://pub.flutter-io.cn" + sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 + url: "https://pub.dev" source: hosted - version: "1.2.0" + version: "1.2.1" test_api: dependency: transitive description: name: test_api - url: "https://pub.flutter-io.cn" + sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b" + url: "https://pub.dev" source: hosted - version: "0.2.19" - typed_data: + version: "0.6.1" + vector_math: dependency: transitive description: - name: typed_data - url: "https://pub.flutter-io.cn" + name: vector_math + sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" + url: "https://pub.dev" source: hosted - version: "1.3.0" - vector_math: + version: "2.1.4" + vm_service: dependency: transitive description: - name: vector_math - url: "https://pub.flutter-io.cn" + name: vm_service + sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957 + url: "https://pub.dev" source: hosted - version: "2.1.0" + version: "13.0.0" sdks: - dart: ">=2.12.0 <3.0.0" + dart: ">=3.2.0-0 <4.0.0" flutter: ">=2.0.0" From 8112d084001871eb4d37ed7809044fd5c1db263a Mon Sep 17 00:00:00 2001 From: Viktor Savchik Date: Thu, 19 Dec 2024 20:47:32 +0100 Subject: [PATCH 2/2] *gitignore for the pubspeck.lock file and .idea folder --- .gitignore | 4 + .idea/.gitignore | 8 - .idea/compiler.xml | 8 - .idea/libraries/Dart_SDK.xml | 19 --- .idea/libraries/Flutter_Plugins.xml | 9 - .idea/misc.xml | 9 - .idea/modules.xml | 8 - .../example_lib_main_dart.xml | 6 - .idea/vcs.xml | 6 - example/pubspec.lock | 161 ------------------ pubspec.lock | 147 ---------------- 11 files changed, 4 insertions(+), 381 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/libraries/Dart_SDK.xml delete mode 100644 .idea/libraries/Flutter_Plugins.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/vcs.xml delete mode 100644 example/pubspec.lock delete mode 100644 pubspec.lock diff --git a/.gitignore b/.gitignore index e9dc58d..ff67645 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,7 @@ .pub/ build/ + +.idea/ + +pubspec.lock diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 73f69e0..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index a1757ae..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,8 +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 7d5efcd..0000000 --- a/.idea/libraries/Dart_SDK.xml +++ /dev/null @@ -1,19 +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 53449da..0000000 --- a/.idea/libraries/Flutter_Plugins.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 8fc5e91..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 101e2c7..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/example_lib_main_dart.xml b/.idea/runConfigurations/example_lib_main_dart.xml deleted file mode 100644 index 5fd9159..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/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/example/pubspec.lock b/example/pubspec.lock deleted file mode 100644 index 6dd4be9..0000000 --- a/example/pubspec.lock +++ /dev/null @@ -1,161 +0,0 @@ -# Generated by pub -# See https://dart.dev/tools/pub/glossary#lockfile -packages: - async: - dependency: transitive - description: - name: async - url: "https://pub.flutter-io.cn" - source: hosted - version: "2.5.0" - boolean_selector: - dependency: transitive - description: - name: boolean_selector - url: "https://pub.flutter-io.cn" - source: hosted - version: "2.1.0" - characters: - dependency: transitive - description: - name: characters - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.1.0" - charcode: - dependency: transitive - description: - name: charcode - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.2.0" - clock: - dependency: transitive - description: - name: clock - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.1.0" - collection: - dependency: transitive - description: - name: collection - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.15.0" - cupertino_icons: - dependency: "direct main" - description: - name: cupertino_icons - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.0.2" - fake_async: - dependency: transitive - description: - name: fake_async - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.2.0" - fk_user_agent: - dependency: "direct main" - description: - path: ".." - relative: true - source: path - version: "2.0.0" - flutter: - dependency: "direct main" - description: flutter - source: sdk - version: "0.0.0" - flutter_test: - dependency: "direct dev" - description: flutter - source: sdk - version: "0.0.0" - matcher: - dependency: transitive - description: - name: matcher - url: "https://pub.flutter-io.cn" - source: hosted - version: "0.12.10" - meta: - dependency: transitive - description: - name: meta - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.3.0" - path: - dependency: transitive - description: - name: path - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.8.0" - sky_engine: - dependency: transitive - description: flutter - source: sdk - version: "0.0.99" - source_span: - dependency: transitive - description: - name: source_span - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.8.0" - stack_trace: - dependency: transitive - description: - name: stack_trace - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.10.0" - stream_channel: - dependency: transitive - description: - name: stream_channel - url: "https://pub.flutter-io.cn" - source: hosted - version: "2.1.0" - string_scanner: - dependency: transitive - description: - name: string_scanner - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.1.0" - term_glyph: - dependency: transitive - description: - name: term_glyph - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.2.0" - test_api: - dependency: transitive - description: - name: test_api - url: "https://pub.flutter-io.cn" - source: hosted - version: "0.2.19" - typed_data: - dependency: transitive - description: - name: typed_data - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.3.0" - vector_math: - dependency: transitive - description: - name: vector_math - url: "https://pub.flutter-io.cn" - source: hosted - version: "2.1.0" -sdks: - dart: ">=2.12.0 <3.0.0" - flutter: ">=2.0.0" diff --git a/pubspec.lock b/pubspec.lock deleted file mode 100644 index 6c77e39..0000000 --- a/pubspec.lock +++ /dev/null @@ -1,147 +0,0 @@ -# Generated by pub -# See https://dart.dev/tools/pub/glossary#lockfile -packages: - async: - dependency: transitive - description: - name: async - url: "https://pub.flutter-io.cn" - source: hosted - version: "2.5.0" - boolean_selector: - dependency: transitive - description: - name: boolean_selector - url: "https://pub.flutter-io.cn" - source: hosted - version: "2.1.0" - characters: - dependency: transitive - description: - name: characters - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.1.0" - charcode: - dependency: transitive - description: - name: charcode - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.2.0" - clock: - dependency: transitive - description: - name: clock - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.1.0" - collection: - dependency: transitive - description: - name: collection - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.15.0" - fake_async: - dependency: transitive - description: - name: fake_async - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.2.0" - flutter: - dependency: "direct main" - description: flutter - source: sdk - version: "0.0.0" - flutter_test: - dependency: "direct dev" - description: flutter - source: sdk - version: "0.0.0" - matcher: - dependency: transitive - description: - name: matcher - url: "https://pub.flutter-io.cn" - source: hosted - version: "0.12.10" - meta: - dependency: transitive - description: - name: meta - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.3.0" - path: - dependency: transitive - description: - name: path - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.8.0" - sky_engine: - dependency: transitive - description: flutter - source: sdk - version: "0.0.99" - source_span: - dependency: transitive - description: - name: source_span - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.8.0" - stack_trace: - dependency: transitive - description: - name: stack_trace - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.10.0" - stream_channel: - dependency: transitive - description: - name: stream_channel - url: "https://pub.flutter-io.cn" - source: hosted - version: "2.1.0" - string_scanner: - dependency: transitive - description: - name: string_scanner - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.1.0" - term_glyph: - dependency: transitive - description: - name: term_glyph - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.2.0" - test_api: - dependency: transitive - description: - name: test_api - url: "https://pub.flutter-io.cn" - source: hosted - version: "0.2.19" - typed_data: - dependency: transitive - description: - name: typed_data - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.3.0" - vector_math: - dependency: transitive - description: - name: vector_math - url: "https://pub.flutter-io.cn" - source: hosted - version: "2.1.0" -sdks: - dart: ">=2.12.0 <3.0.0" - flutter: ">=2.0.0"