From 298c97b4dce4ed488b5c6bbc9d8f7012ce582482 Mon Sep 17 00:00:00 2001 From: fujidaiti Date: Sat, 19 Oct 2024 17:27:07 +0900 Subject: [PATCH] Squashed commit of the following: commit 1166df38461e67bc75d14cf18f9205f9efbf4bef Author: Amos Date: Sat Oct 19 16:15:32 2024 +0800 Refactor: Replace Platform (dart:io) with TargetPlatform (#269) ## Description Support WASM. ![image](https://github.com/user-attachments/assets/590e28bc-133d-4810-a4fd-54f4228b9e65) ## Summary (check all that apply) - [x] Modified / added code - [x] Modified / added tests - [x] Modified / added examples - [ ] Modified / added others (pubspec.yaml, workflows, etc...) - [ ] Updated README - [ ] Contains breaking changes - [ ] Created / updated migration guide - [ ] Incremented version number - [ ] Updated CHANGELOG commit b731d883d2e9ed6d473de3802b1a89c9ea3a4b48 Author: Daichi Fujita <68946713+fujidaiti@users.noreply.github.com> Date: Thu Oct 10 00:06:47 2024 +0900 Migrate to Android Studio Ladybug (#262) Updated the Gradle and AGP versions in the example project to migrate to the latest version of Android Studio (Ladybug). --- .gitignore | 4 +- .idea/caches/deviceStreaming.xml | 318 ------------------ .idea/misc.xml | 1 - .../gradle/wrapper/gradle-wrapper.properties | 4 +- example/android/settings.gradle | 2 +- .../lib/showcase/ai_playlist_generator.dart | 5 +- lib/src/foundation/sheet_physics.dart | 14 +- test/foundation/physics_test.dart | 18 + 8 files changed, 35 insertions(+), 331 deletions(-) delete mode 100644 .idea/caches/deviceStreaming.xml diff --git a/.gitignore b/.gitignore index bcae4682..0ed744a4 100644 --- a/.gitignore +++ b/.gitignore @@ -83,5 +83,5 @@ fabric.properties # Editor-based Rest Client .idea/httpRequests -# Android studio 3.1+ serialized cache file -.idea/caches/build_file_checksums.ser +# Caches +.idea/caches/ diff --git a/.idea/caches/deviceStreaming.xml b/.idea/caches/deviceStreaming.xml deleted file mode 100644 index af74dbfd..00000000 --- a/.idea/caches/deviceStreaming.xml +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 5c94cb21..469b00f4 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ -