• Renzo Olivares's avatar
    Add enableIMEPersonalizedLearning flag to TextField and TextFormField (#87002) · 9c32e5a1
    Renzo Olivares authored
    * Add requestPrivacy parameter to TextField
    
    * remove logs
    
    * No need to pass _Editable requestPrivacy for now
    
    * Forgot from last commit
    
    * Add requestPrivacy flag to text form field
    
    * Update docs
    
    * Add requestPrivacy to CupertinoTextField
    
    * Add test to verify requestPrivacy flag is sent to engine properly
    
    * update docs
    
    * fix tests
    
    * rename requestPrivacy to enableIMEPersonalizedLearning
    
    * Update text_input.dart
    
    * default to true
    
    * Have diagnostic properties default to true for enableIMEPersonalizedLearning
    9c32e5a1
text_form_field.dart 15.7 KB