修正上架時 Google Play 檢查出的 issue
This commit is contained in:
@@ -195,7 +195,7 @@ class _ClockInManagerState extends State<ClockInManager> {
|
||||
padding: const EdgeInsets.all(12),
|
||||
color: Colors.white,
|
||||
child: DropdownButtonFormField<ClockInStore>(
|
||||
value: _selectedStore,
|
||||
initialValue: _selectedStore,
|
||||
decoration: const InputDecoration(labelText: "目前打卡店點", border: OutlineInputBorder()),
|
||||
items: _stores.map((s) => DropdownMenuItem(value: s, child: Text(s.storeName))).toList(),
|
||||
onChanged: (val) {
|
||||
|
||||
Reference in New Issue
Block a user