[GH-ISSUE #8425] [Bug] Build failure: Error: No named parameter with the name 'autofillHints'. #3825

Open
opened 2026-03-23 21:33:25 +00:00 by mirror · 2 comments
Owner

Originally created by @ardenspace on GitHub (Jan 10, 2026).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/8425

Bug Description

I tried to build the project locally, but the build failed due to a missing parameter in AFTextField.
It seems like autofillHints is required but was not provided in the implementation.

How to Reproduce

Steps to reproduce the behavior:

  1. Clone the repository.
  2. Go to frontend/appflowy_flutter.
  3. Run command: flutter run -d macos
  4. See error.

Expected Behavior

The project should build successfully without errors.

Operating System

Mac

AppFlowy Version(s)

0.9.9 (main branch, development)

Screenshots

Image

Error: No named parameter with the name 'autofillHints'. autofillHints: const [AutofillHints.password], ^^^^^^^^^^^^^

Additional Context

No response

Originally created by @ardenspace on GitHub (Jan 10, 2026). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/8425 ### Bug Description I tried to build the project locally, but the build failed due to a missing parameter in `AFTextField`. It seems like `autofillHints` is required but was not provided in the implementation. ### How to Reproduce Steps to reproduce the behavior: 1. Clone the repository. 2. Go to `frontend/appflowy_flutter`. 3. Run command: `flutter run -d macos` 4. See error. ### Expected Behavior The project should build successfully without errors. ### Operating System Mac ### AppFlowy Version(s) 0.9.9 (main branch, development) ### Screenshots <img width="867" height="496" alt="Image" src="https://github.com/user-attachments/assets/8c65ae79-1d12-4714-a2c1-444b6ba4e111" /> `Error: No named parameter with the name 'autofillHints'. autofillHints: const [AutofillHints.password], ^^^^^^^^^^^^^` ### Additional Context _No response_
Author
Owner

@adityav27 commented on GitHub (Jan 10, 2026):

Hi!
I’d like to work on this issue and submit a fix if it’s okay to assign it to me.

I’ve been working with Flutter/Dart and have experience debugging build failures caused by API or dependency changes. This issue looks reproducible and well-scoped, and I believe I can resolve it without impacting unrelated parts of the codebase.

If assigned, I’ll:

Reproduce the error locally

Identify the source of the missing authLinks parameter

Apply a minimal, backward-compatible fix

Add a clear commit and PR referencing this issue

Please let me know if I can proceed. Thanks!

<!-- gh-comment-id:3732763583 --> @adityav27 commented on GitHub (Jan 10, 2026): Hi! I’d like to work on this issue and submit a fix if it’s okay to assign it to me. I’ve been working with Flutter/Dart and have experience debugging build failures caused by API or dependency changes. This issue looks reproducible and well-scoped, and I believe I can resolve it without impacting unrelated parts of the codebase. If assigned, I’ll: Reproduce the error locally Identify the source of the missing authLinks parameter Apply a minimal, backward-compatible fix Add a clear commit and PR referencing this issue Please let me know if I can proceed. Thanks!
Author
Owner

@ardenspace commented on GitHub (Jan 10, 2026):

Thanks for the interest!
I opened this issue and already submitted a PR to fix it. (https://github.com/AppFlowy-IO/AppFlowy/pull/8426)
Happy to get any feedback or reviews on the PR if you spot anything 😊😊

<!-- gh-comment-id:3733565736 --> @ardenspace commented on GitHub (Jan 10, 2026): Thanks for the interest! I opened this issue and already submitted a PR to fix it. (https://github.com/AppFlowy-IO/AppFlowy/pull/8426) Happy to get any feedback or reviews on the PR if you spot anything 😊😊
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#3825
No description provided.