Skip to content

Commit

Permalink
fixed minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikh Haziq committed Sep 25, 2024
1 parent 2891461 commit 0fdec11
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 31 deletions.
10 changes: 5 additions & 5 deletions .metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file should be version controlled and should not be manually edited.

version:
revision: "761747bfc538b5af34aa0d3fac380f1bc331ec49"
revision: "2663184aa79047d0a33a14a3b607954f8fdd8730"
channel: "stable"

project_type: app
Expand All @@ -13,11 +13,11 @@ project_type: app
migration:
platforms:
- platform: root
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
create_revision: 2663184aa79047d0a33a14a3b607954f8fdd8730
base_revision: 2663184aa79047d0a33a14a3b607954f8fdd8730
- platform: windows
create_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
base_revision: 761747bfc538b5af34aa0d3fac380f1bc331ec49
create_revision: 2663184aa79047d0a33a14a3b607954f8fdd8730
base_revision: 2663184aa79047d0a33a14a3b607954f8fdd8730

# User provided section

Expand Down
3 changes: 1 addition & 2 deletions android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-all.zip
distributionSha256Sum=6001aba9b2204d26fa25a5800bb9382cf3ee01ccb78fe77317b2872336eb2f80
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
4 changes: 2 additions & 2 deletions android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.3.0" apply false
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
id "com.android.application" version "8.1.0" apply false
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
}

include ":app"
Binary file added assets/images/icon.ico
Binary file not shown.
6 changes: 1 addition & 5 deletions lib/screens/home_screen/search_screen/search_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,7 @@ class _SearchScreenState extends State<SearchScreen> {
color: Colors.transparent,
child: Row(
children: [
ConstrainedBox(
constraints: BoxConstraints(
maxWidth: constraints.maxWidth > 500
? (400)
: constraints.maxWidth - 100),
Expanded(
child: TypeAheadField(
suggestionsCallback: (query) =>
GetIt.I<YTMusic>().getSearchSuggestions(query),
Expand Down
21 changes: 7 additions & 14 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,14 +318,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.1.4"
flutter_audio_output:
dependency: "direct main"
description:
name: flutter_audio_output
sha256: "5e24ea31211438c98b525bd91e3c80fa921b83ba510ddfb9ffb1d4dcf3fbe058"
url: "https://pub.dev"
source: hosted
version: "0.0.2"
flutter_cache_manager:
dependency: transitive
description:
Expand Down Expand Up @@ -593,10 +585,10 @@ packages:
dependency: "direct main"
description:
name: just_audio
sha256: ee50602364ba83fa6308f5512dd560c713ec3e1f2bc75f0db43618f0d82ef71a
sha256: d8e8aaf417d33e345299c17f6457f72bd4ba0c549dc34607abb5183a354edc4d
url: "https://pub.dev"
source: hosted
version: "0.9.39"
version: "0.9.40"
just_audio_background:
dependency: "direct main"
description:
Expand Down Expand Up @@ -976,10 +968,11 @@ packages:
receive_sharing_intent:
dependency: "direct main"
description:
name: receive_sharing_intent
sha256: f127989f8662ea15e193bd1e10605e5a0ab6bb92dffd51f3ce002feb0ce24c93
url: "https://pub.dev"
source: hosted
path: "."
ref: HEAD
resolved-ref: "0cdb9fd64104336d4762bd6710065d1db8d65d66"
url: "https://github.com/sheikhhaziq/receive_sharing_intent.git"
source: git
version: "1.8.0"
rxdart:
dependency: transitive
Expand Down
7 changes: 4 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
provider: ^6.1.2
flutter_staggered_grid_view: ^0.7.0
flutter_swipe_action_cell: ^3.1.3
just_audio: ^0.9.39
just_audio: ^0.9.40
just_audio_background: ^0.0.1-beta.13
audio_video_progress_bar: ^2.0.3
sliding_up_panel: ^2.0.0+1
Expand All @@ -55,8 +55,9 @@ dependencies:
flutter_acrylic: ^1.1.4
fluent_ui: ^4.9.1
window_manager: ^0.3.9
receive_sharing_intent: ^1.8.0
flutter_audio_output: ^0.0.2
receive_sharing_intent:
git:
url: https://github.com/sheikhhaziq/receive_sharing_intent.git
fl_toast: ^3.2.0
flutter_colorpicker: ^1.1.0

Expand Down

0 comments on commit 0fdec11

Please sign in to comment.