1
This commit is contained in:
@@ -20,9 +20,9 @@ class _ProfileSectionState extends State<ProfileSection> {
|
||||
final TextEditingController _inputController = TextEditingController();
|
||||
|
||||
final List<String> _tips = [
|
||||
"Whenever your coach creates a plan for you, they’ll start by looking at this information.",
|
||||
"The more details you share, the better your coach can tailor steps that fit your unique situation.",
|
||||
"You can also add requests here — for example, ‘I don’t eat cilantro.",
|
||||
"When your coach makes a plan for you,they'll check this info first.",
|
||||
"The more details you toss in,the better your coach can tailor steps to match your totally unique situation.",
|
||||
"You can also let your coach know here,like,Chocolate is a no-go for me 'cause I'm allergic",
|
||||
];
|
||||
|
||||
//防抖
|
||||
@@ -78,7 +78,8 @@ class _ProfileSectionState extends State<ProfileSection> {
|
||||
style: TextStyle(fontSize: 14, letterSpacing: 1),
|
||||
onChanged: _onTextChanged,
|
||||
decoration: InputDecoration(
|
||||
hintText: "I’m 19 and always use a dishwasher. Please don’t follow the hand-wash disassembly steps.",
|
||||
hintText:
|
||||
"I'm a busy office worker who relies on a rice cooker every day-could you skip the steps for cooking rice in a regular pot?",
|
||||
enabledBorder: OutlineInputBorder(
|
||||
borderSide: BorderSide(color: Colors.grey), // 普通状态
|
||||
borderRadius: BorderRadius.circular(8),
|
||||
|
||||
Reference in New Issue
Block a user