mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* enabling spellcheck for text editing * Fixing errors in the input box, which arrises when the fontweight is null. * Rollback the spellcheck change. Still not tested in safari mobile. * Carrying the assignment of fontweight from index to EditingStyle constructor. This reduce # of null checks to one.