From c9e27902a71f1933e8aa9b5fa00937d4b7bbf384 Mon Sep 17 00:00:00 2001 From: hellohuanlin <41930132+hellohuanlin@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:31:42 -0700 Subject: [PATCH] Update secure paste project size to large Closes https://github.com/dart-lang/sdk/pull/60311 GitOrigin-RevId: e923053c4639dee499d047560406eb48c1e437e6 Change-Id: I278b599faadd88deb56c4d4d87e2771cd5adb2de Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/414902 Reviewed-by: Daco Harkes Commit-Queue: Daco Harkes --- docs/gsoc/Dart-GSoC-2025-Project-Ideas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gsoc/Dart-GSoC-2025-Project-Ideas.md b/docs/gsoc/Dart-GSoC-2025-Project-Ideas.md index cebf7d01695..65eacd683d8 100644 --- a/docs/gsoc/Dart-GSoC-2025-Project-Ideas.md +++ b/docs/gsoc/Dart-GSoC-2025-Project-Ideas.md @@ -101,8 +101,8 @@ Inspired by this issue: https://github.com/dart-lang/native/issues/1240 ## **Idea:** Secure Paste Custom Actions on iOS - **Possible Mentor(s)**: `huanlin@google.com`, `jmccandless@google.com` - - **Difficulty**: Medium - - **Project size**: Medium (175 hours) + - **Difficulty**: Hard + - **Project size**: Large (350 hours) - **Skills**: Dart, Objective-C **Description**: Support custom action items for native edit menu on iOS. It's a pretty impactful project requested by many developers (main issue here: https://github.com/flutter/flutter/issues/103163). This project is one of the key milestones: https://github.com/flutter/flutter/issues/140184.