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:
- Clone the repository.
- Go to
frontend/appflowy_flutter.
- Run command:
flutter run -d macos
- See error.
Expected Behavior
The project should build successfully without errors.
Operating System
Mac
AppFlowy Version(s)
0.9.9 (main branch, development)
Screenshots
Error: No named parameter with the name 'autofillHints'. autofillHints: const [AutofillHints.password], ^^^^^^^^^^^^^
Additional Context
No response