Skip to content

Commit

Permalink
Fix app link in android
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Oct 14, 2024
1 parent da23a2e commit 190667f
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 66 deletions.
4 changes: 2 additions & 2 deletions api/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,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:
Expand Down
2 changes: 1 addition & 1 deletion app/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<data android:scheme="http" />
<data android:scheme="https" />

<data android:host="butterfly.linwood.dev" />
<data android:host="launch.butterfly.linwood.dev" />
</intent-filter>
<!-- Custom file extension .bfly -->
<intent-filter>
Expand Down
21 changes: 10 additions & 11 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ packages:
dependency: "direct main"
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:
Expand Down Expand Up @@ -481,11 +481,10 @@ packages:
flex_color_scheme:
dependency: "direct main"
description:
path: "."
ref: "0994178966d4907cada24f2f8d8d51bf1fd0903e"
resolved-ref: "0994178966d4907cada24f2f8d8d51bf1fd0903e"
url: "https://github.com/CodeDoctorDE/flex_color_scheme"
source: git
name: flex_color_scheme
sha256: "12f3023b5302181b7adff092bc97c7f18674d3f32d757544e00f35fb35a3f295"
url: "https://pub.dev"
source: hosted
version: "8.0.0-dev.1"
flex_seed_scheme:
dependency: transitive
Expand Down Expand Up @@ -1363,18 +1362,18 @@ packages:
dependency: "direct main"
description:
name: super_clipboard
sha256: bfbfc602becb256c675c37332a0c5083a870f20806092938a247c36b3d6ecb88
sha256: "4a6ae6dfaa282ec1f2bff750976f535517ed8ca842d5deae13985eb11c00ac1f"
url: "https://pub.dev"
source: hosted
version: "0.8.23"
version: "0.8.24"
super_native_extensions:
dependency: transitive
description:
name: super_native_extensions
sha256: "8fe12946dbee374937eacb8aea2658369e66306708319675fda641f7f13874ac"
sha256: a433bba8186cd6b707560c42535bf284804665231c00bca86faf1aa4968b7637
url: "https://pub.dev"
source: hosted
version: "0.8.23"
version: "0.8.24"
sync_http:
dependency: transitive
description:
Expand Down
5 changes: 1 addition & 4 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ dependencies:
camera: ^0.11.0
camera_windows: ^0.2.1+9
window_manager: ^0.4.0
flex_color_scheme:
git:
url: https://github.com/CodeDoctorDE/flex_color_scheme
ref: 0994178966d4907cada24f2f8d8d51bf1fd0903e
flex_color_scheme: ^8.0.0-dev.1
json_annotation: ^4.9.0
path: ^1.8.3
printing: ^5.13.1
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@phosphor-icons/react": "^2.1.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.2",
"astro": "^4.16.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-gemoji": "^8.0.0",
Expand Down
90 changes: 45 additions & 45 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions metadata/en-US/changelogs/118.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
* Fix unstable sort algorithm if layer is the same
* Fix switching data directory not working
* Fix input button mapping not working on multiple button presses ([#748](https://github.com/LinwoodDev/Butterfly/issues/748))
* Fix app link in android

Read more here: https://linwood.dev/butterfly/2.2.1-rc.1
Loading

0 comments on commit 190667f

Please sign in to comment.