|
|
|
|
@ -155,7 +155,10 @@ class _LoginFormState extends State<LoginForm> {
|
|
|
|
|
);
|
|
|
|
|
}).toList(),
|
|
|
|
|
onChanged: (value) {
|
|
|
|
|
userInfo.ProjectID = value;
|
|
|
|
|
print(value);
|
|
|
|
|
setState(() {
|
|
|
|
|
userInfo.ProjectID = value;
|
|
|
|
|
});
|
|
|
|
|
}),
|
|
|
|
|
buildSizedBox(),
|
|
|
|
|
Row(
|
|
|
|
|
@ -187,7 +190,7 @@ class _LoginFormState extends State<LoginForm> {
|
|
|
|
|
side: BorderSide(width: 0.5, color: Hexcolor('#CCCCCC'))),
|
|
|
|
|
child: Container(
|
|
|
|
|
padding: const EdgeInsets.all(10.0),
|
|
|
|
|
height:50,
|
|
|
|
|
height: 50,
|
|
|
|
|
width: SizeConfig.widthMultiplier * 30,
|
|
|
|
|
child: Row(
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
|
|
|
|