-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
fix: add autofillHints support to AFTextField #8594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ description: Bring projects, wikis, and teams together with AI. AppFlowy is an | |
| your data. The best open source alternative to Notion. | ||
| publish_to: "none" | ||
|
|
||
| version: 0.9.9 | ||
| version: 0.11.4 | ||
|
|
||
| environment: | ||
| flutter: ">=3.27.4" | ||
|
|
@@ -151,6 +151,7 @@ dependencies: | |
|
|
||
| analyzer: 6.11.0 | ||
|
|
||
| html: any | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. issue (bug_risk): Using an unconstrained Allowing Please pin or range-constrain this dependency instead, for example: html: ^0.15.0or another minimum version you actually depend on, so upgrades happen explicitly and can be evaluated when you choose to update. |
||
| dev_dependencies: | ||
| # Introduce talker to log the bloc events, and only log the events in the development mode | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue (typo): Clarify the wording in this bug fix entry for correct grammar.
The line "Fixed switching page rapidly caused the page flash" is ungrammatical. Please rephrase, e.g. "Fixed an issue where switching pages rapidly caused the page to flash."
Suggested implementation:
I don’t see the
### Mobilesection content in the provided snippet, but the ungrammatical line should be located under that section for version 0.10.1 (or nearby). Make sure theSEARCHtext exactly matches the existing line (including spacing and hyphen formatting) under the Mobile section when applying this change.