refactor: SDK update
This commit is contained in:
parent
23df59a04a
commit
832295ef2a
6 changed files with 115 additions and 187 deletions
|
|
@ -261,16 +261,11 @@ class InputBar extends StatelessWidget {
|
|||
maxLines: maxLines,
|
||||
keyboardType: keyboardType,
|
||||
autofocus: autofocus,
|
||||
onSubmitted: (text) {
|
||||
// fix for library for now
|
||||
onSubmitted(text);
|
||||
},
|
||||
onSubmitted: onSubmitted,
|
||||
focusNode: focusNode,
|
||||
controller: controller,
|
||||
decoration: decoration,
|
||||
onChanged: (text) {
|
||||
onChanged(text);
|
||||
},
|
||||
onChanged: onChanged,
|
||||
textCapitalization: TextCapitalization.sentences,
|
||||
),
|
||||
suggestionsCallback: getSuggestions,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue