diff --git a/.metadata b/.metadata index ef8804a..ea59ad0 100644 --- a/.metadata +++ b/.metadata @@ -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 @@ -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 diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 39878d0..bd814c7 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -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 \ No newline at end of file diff --git a/android/settings.gradle b/android/settings.gradle index 536165d..b9e43bd 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -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" diff --git a/assets/images/icon.ico b/assets/images/icon.ico new file mode 100644 index 0000000..801f5f4 Binary files /dev/null and b/assets/images/icon.ico differ diff --git a/lib/screens/home_screen/search_screen/search_screen.dart b/lib/screens/home_screen/search_screen/search_screen.dart index 68d1c1f..5e4e3f0 100644 --- a/lib/screens/home_screen/search_screen/search_screen.dart +++ b/lib/screens/home_screen/search_screen/search_screen.dart @@ -117,11 +117,7 @@ class _SearchScreenState extends State { color: Colors.transparent, child: Row( children: [ - ConstrainedBox( - constraints: BoxConstraints( - maxWidth: constraints.maxWidth > 500 - ? (400) - : constraints.maxWidth - 100), + Expanded( child: TypeAheadField( suggestionsCallback: (query) => GetIt.I().getSearchSuggestions(query), diff --git a/pubspec.lock b/pubspec.lock index 7033070..0c07e5b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: @@ -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: @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 7a57b34..6d0ca81 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 @@ -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