From f7572f170929b95b9d181663b725379fb0f47171 Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Tue, 15 Oct 2024 08:54:15 +0200 Subject: [PATCH 1/5] Reduce scheduled CI to weekly --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1e847d..a015cb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: push: branches: [main] schedule: - - cron: 0 4 * * * + - cron: 0 4 * * 1 env: JAVA_VERSION: 12.x From df14559132fa6f0d08733db36e7253364d3e5481 Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Tue, 15 Oct 2024 08:54:30 +0200 Subject: [PATCH 2/5] Print Flutter version in CI --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a015cb6..4ce5a36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: ${{ matrix.flutter-channel }} + - run: flutter --version - run: flutter pub get @@ -46,6 +47,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: ${{ matrix.flutter-channel }} + - run: flutter --version - run: flutter pub get working-directory: example From 3072cc993da7db7a91dc3f96e7a63d0eddcebdff Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Tue, 15 Oct 2024 08:54:43 +0200 Subject: [PATCH 3/5] Update CI to Java 17 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ce5a36..53a5b17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: - cron: 0 4 * * 1 env: - JAVA_VERSION: 12.x + JAVA_VERSION: 17 jobs: lint: From 9c12480189f9d2d8eacb3803922a9fe7a9b6cea6 Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Tue, 15 Oct 2024 08:57:41 +0200 Subject: [PATCH 4/5] Update device_info_plus to >=8.0.0 <12.0.0 --- lib/src/helpers/device_info_html.dart | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/helpers/device_info_html.dart b/lib/src/helpers/device_info_html.dart index ba4b6e4..adb5857 100644 --- a/lib/src/helpers/device_info_html.dart +++ b/lib/src/helpers/device_info_html.dart @@ -54,6 +54,7 @@ Future> getDiagnostics() async { StringProperty( 'Memory Size', (deviceMemory * 1024 * 1024 * 1024) + .round() .formatByteSize(prefix: Prefix.binary), ), ]; diff --git a/pubspec.yaml b/pubspec.yaml index 5758ceb..023b904 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: black_hole_flutter: ^1.0.3 collection: ^1.15.0 data_size: ^0.2.0 - device_info_plus: '>=8.0.0 <11.0.0' + device_info_plus: '>=8.0.0 <12.0.0' flutter: sdk: flutter implicitly_animated_list: ^2.1.1 From 8d87d3b3954226397239843b456d6e9325f4a804 Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Tue, 15 Oct 2024 08:58:18 +0200 Subject: [PATCH 5/5] Update dependencies --- example/pubspec.lock | 72 ++++++++++++++++++++++---------------------- pubspec.yaml | 4 +-- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 561c4ce..b1641fd 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -13,10 +13,10 @@ packages: dependency: transitive description: name: _flutterfire_internals - sha256: "9371d13b8ee442e3bfc08a24e3a1b3742c839abbfaf5eef11b79c4b862c89bf7" + sha256: "5534e701a2c505fed1f0799e652dd6ae23bd4d2c4cf797220e5ced5764a7c1c2" url: "https://pub.dev" source: hosted - version: "1.3.41" + version: "1.3.44" align_positioned: dependency: transitive description: @@ -61,10 +61,10 @@ packages: dependency: transitive description: name: args - sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a" + sha256: bf9f5caeea8d8fe6721a9c358dd8a5c1947b27f1cfaa18b39c301273594919e6 url: "https://pub.dev" source: hosted - version: "2.5.0" + version: "2.6.0" async: dependency: transitive description: @@ -166,10 +166,10 @@ packages: dependency: transitive description: name: dart_code_metrics_presets - sha256: f67df47fe3297617e0cf5d632aa257e17517ad9fdd605e152bdc80dd526f0c5b + sha256: "8190cadc2d3c78fae4ce60b627fdece56297b3fbae386440406734f6ef742b70" url: "https://pub.dev" source: hosted - version: "2.15.0" + version: "2.17.0" dart_style: dependency: transitive description: @@ -205,10 +205,10 @@ packages: dependency: transitive description: name: device_info_plus - sha256: a7fd703482b391a87d60b6061d04dfdeab07826b96f9abd8f5ed98068acc0074 + sha256: db03b2d2a3fa466a4627709e1db58692c3f7f658e36a5942d342d86efedc4091 url: "https://pub.dev" source: hosted - version: "10.1.2" + version: "11.0.0" device_info_plus_platform_interface: dependency: transitive description: @@ -253,50 +253,50 @@ packages: dependency: transitive description: name: file - sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c" + sha256: a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4 url: "https://pub.dev" source: hosted - version: "7.0.0" + version: "7.0.1" firebase_core: dependency: transitive description: name: firebase_core - sha256: "06537da27db981947fa535bb91ca120b4e9cb59cb87278dbdde718558cafc9ff" + sha256: "51dfe2fbf3a984787a2e7b8592f2f05c986bfedd6fdacea3f9e0a7beb334de96" url: "https://pub.dev" source: hosted - version: "3.4.0" + version: "3.6.0" firebase_core_platform_interface: dependency: transitive description: name: firebase_core_platform_interface - sha256: f7d7180c7f99babd4b4c517754d41a09a4943a0f7a69b65c894ca5c68ba66315 + sha256: e30da58198a6d4b49d5bce4e852f985c32cb10db329ebef9473db2b9f09ce810 url: "https://pub.dev" source: hosted - version: "5.2.1" + version: "5.3.0" firebase_core_web: dependency: transitive description: name: firebase_core_web - sha256: "362e52457ed2b7b180964769c1e04d1e0ea0259fdf7025fdfedd019d4ae2bd88" + sha256: f967a7138f5d2ffb1ce15950e2a382924239eaa521150a8f144af34e68b3b3e5 url: "https://pub.dev" source: hosted - version: "2.17.5" + version: "2.18.1" firebase_crashlytics: dependency: transitive description: name: firebase_crashlytics - sha256: "4c9872020c0d97a161362ee6af7000cfdb8666234ddc290a15252ad379bb235a" + sha256: "6899800fff1af819955aef740f18c4c8600f8b952a2a1ea97bc0872ebb257387" url: "https://pub.dev" source: hosted - version: "4.1.0" + version: "4.1.3" firebase_crashlytics_platform_interface: dependency: transitive description: name: firebase_crashlytics_platform_interface - sha256: ede8a199ff03378857d3c8cbb7fa58d37c27bb5a6b75faf8415ff6925dcaae2a + sha256: "97c47b0a1779a3d4118416a3f0c6c564cc59ad89095e899893204d4b2ad08f4c" url: "https://pub.dev" source: hosted - version: "3.6.41" + version: "3.6.44" fixnum: dependency: transitive description: @@ -513,10 +513,10 @@ packages: dependency: transitive description: name: package_info_plus - sha256: a75164ade98cb7d24cfd0a13c6408927c6b217fa60dee5a7ff5c116a58f28918 + sha256: "894f37107424311bdae3e476552229476777b8752c5a2a2369c0cb9a2d5442ef" url: "https://pub.dev" source: hosted - version: "8.0.2" + version: "8.0.3" package_info_plus_platform_interface: dependency: transitive description: @@ -657,10 +657,10 @@ packages: dependency: transitive description: name: shared_preferences_foundation - sha256: c4b35f6cb8f63c147312c054ce7c2254c8066745125264f0c88739c417fc9d9f + sha256: "07e050c7cd39bad516f8d64c455f04508d09df104be326d8c02551590a0d513d" url: "https://pub.dev" source: hosted - version: "2.5.2" + version: "2.5.3" shared_preferences_linux: dependency: transitive description: @@ -841,10 +841,10 @@ packages: dependency: transitive description: name: url_launcher - sha256: "21b704ce5fa560ea9f3b525b43601c678728ba46725bab9b01187b4831377ed3" + sha256: "9d06212b1362abc2f0f0d78e6f09f726608c74e3b9462e8368bb03314aa8d603" url: "https://pub.dev" source: hosted - version: "6.3.0" + version: "6.3.1" url_launcher_android: dependency: transitive description: @@ -873,10 +873,10 @@ packages: dependency: transitive description: name: url_launcher_macos - sha256: "9a1a42d5d2d95400c795b2914c36fdcb525870c752569438e4ebb09a2b5d90de" + sha256: "769549c999acdb42b8bcfa7c43d72bf79a382ca7441ab18a808e101149daf672" url: "https://pub.dev" source: hosted - version: "3.2.0" + version: "3.2.1" url_launcher_platform_interface: dependency: transitive description: @@ -905,10 +905,10 @@ packages: dependency: transitive description: name: uuid - sha256: "83d37c7ad7aaf9aa8e275490669535c8080377cfa7a7004c24dfac53afffaa90" + sha256: a5be9ef6618a7ac1e964353ef476418026db906c4facdedaa299b7a2e71690ff url: "https://pub.dev" source: hosted - version: "4.4.2" + version: "4.5.1" vector_math: dependency: transitive description: @@ -937,10 +937,10 @@ packages: dependency: transitive description: name: web - sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27" + sha256: cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb url: "https://pub.dev" source: hosted - version: "0.5.1" + version: "1.1.0" win32: dependency: transitive description: @@ -953,18 +953,18 @@ packages: dependency: transitive description: name: win32_registry - sha256: "723b7f851e5724c55409bb3d5a32b203b3afe8587eaf5dafb93a5fed8ecda0d6" + sha256: "21ec76dfc731550fd3e2ce7a33a9ea90b828fdf19a5c3bcf556fa992cfa99852" url: "https://pub.dev" source: hosted - version: "1.1.4" + version: "1.1.5" xdg_directories: dependency: transitive description: name: xdg_directories - sha256: faea9dee56b520b55a566385b84f2e8de55e7496104adada9962e0bd11bcff1d + sha256: "7a3f37b05d989967cdddcbb571f1ea834867ae2faa29725fd085180e0883aa15" url: "https://pub.dev" source: hosted - version: "1.0.4" + version: "1.1.0" xml: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 023b904..8296515 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ screenshots: path: doc/helpers-packageInfo.png environment: - sdk: '>=3.0.0 <4.0.0' + sdk: ^3.0.0 flutter: '>=3.10.0' dependencies: @@ -36,4 +36,4 @@ dev_dependencies: git: url: https://github.com/JonasWanke/supernova.git path: supernova_flutter - ref: 3156b9397550f48e5a78e8d21b1b06aa265b759f + ref: 07be946452fb9c18c4441b24251671eec196ae77