Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/ui/home/conversation/search_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class SearchList extends HookWidget {
.map((event) => event.trim())
.distinct()
.throttleTime(
const Duration(milliseconds: 150),
const Duration(milliseconds: 300),
trailing: true,
leading: false,
);
Expand Down
14 changes: 1 addition & 13 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ PODS:
- FlutterMacOS
- path_provider_macos (0.0.1):
- FlutterMacOS
- platform_device_id (0.0.1):
- FlutterMacOS
- platform_device_id_macos (0.0.1):
- FlutterMacOS
- protocol_handler (0.0.1):
- FlutterMacOS
- screen_retriever (0.0.1):
Expand Down Expand Up @@ -65,8 +61,6 @@ DEPENDENCIES:
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
- pasteboard (from `Flutter/ephemeral/.symlinks/plugins/pasteboard/macos`)
- path_provider_macos (from `Flutter/ephemeral/.symlinks/plugins/path_provider_macos/macos`)
- platform_device_id (from `Flutter/ephemeral/.symlinks/plugins/platform_device_id/macos`)
- platform_device_id_macos (from `Flutter/ephemeral/.symlinks/plugins/platform_device_id_macos/macos`)
- protocol_handler (from `Flutter/ephemeral/.symlinks/plugins/protocol_handler/macos`)
- screen_retriever (from `Flutter/ephemeral/.symlinks/plugins/screen_retriever/macos`)
- sqlite3_flutter_libs (from `Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/macos`)
Expand Down Expand Up @@ -103,10 +97,6 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/pasteboard/macos
path_provider_macos:
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_macos/macos
platform_device_id:
:path: Flutter/ephemeral/.symlinks/plugins/platform_device_id/macos
platform_device_id_macos:
:path: Flutter/ephemeral/.symlinks/plugins/platform_device_id_macos/macos
protocol_handler:
:path: Flutter/ephemeral/.symlinks/plugins/protocol_handler/macos
screen_retriever:
Expand All @@ -132,9 +122,7 @@ SPEC CHECKSUMS:
ogg_opus_player: 67fc56771b16586b9b2478f848e632f751400604
package_info_plus: 02d7a575e80f194102bef286361c6c326e4c29ce
pasteboard: 9b69dba6fedbb04866be632205d532fe2f6b1d99
path_provider_macos: 3c0c3b4b0d4a76d2bf989a913c2de869c5641a19
platform_device_id: 3e414428f45df149bbbfb623e2c0ca27c545b763
platform_device_id_macos: f763bb55f088be804d61b96eb4710b8ab6598e94
path_provider_macos: 05fb0ef0cedf3e5bd179b9e41a638682b37133ea
protocol_handler: 587e1caf6c0b92ce351ab14081968dae49cb8cc6
screen_retriever: 59634572a57080243dd1bf715e55b6c54f241a38
sqlite3: 88dd99ef4ac3945f5a15facdd752933c52fd93bf
Expand Down
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,10 @@ packages:
dependency: transitive
description:
name: dart_code_metrics_presets
sha256: e19e41149806642574a2d35c3116349cb2270f42ca23c35b1ecc70d3b10188ae
sha256: "43dc1fdcb424fc3aa79964304d09eeda4f199351c52cdc854f8228a9d0296b60"
url: "https://pub.dev"
source: hosted
version: "1.0.1"
version: "1.1.0"
dart_jsonwebtoken:
dependency: transitive
description:
Expand Down Expand Up @@ -1157,10 +1157,10 @@ packages:
dependency: transitive
description:
name: path_provider_macos
sha256: "2a97e7fbb7ae9dcd0dfc1220a78e9ec3e71da691912e617e8715ff2a13086ae8"
sha256: cd57cb98a30ce9d12fdd1896d9d3b0517ce689f942de6ccd2708cd39b3d18a7c
url: "https://pub.dev"
source: hosted
version: "2.0.6"
version: "2.0.7"
path_provider_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -1770,10 +1770,10 @@ packages:
dependency: transitive
description:
name: webview_flutter_android
sha256: d761501c5701ff60a48590511d24061a5fab3286a77cf18c01b028b815be64cd
sha256: a6cf483cc816f97351b257765aedb49c2634fbf86eb99c4ba7084721ff0fea6e
url: "https://pub.dev"
source: hosted
version: "3.1.1"
version: "3.1.3"
webview_flutter_platform_interface:
dependency: transitive
description:
Expand Down