mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* enabling spellcheck for text editing * Finalize location changes in IOS. IOS is ready for spellcheck now. Disable spellcheck since we realized some tag/autocomplete transfer from Framework is necessary for complete spellcheck implementation. * Remove todo since this PR fixes the updated location issue for IOS too. All browsers are supported now. * Adding boolean flags to make conditions more readable. Fixing typos. * Fixing unit tests. Addressing github PR comments.