fix: use debugPrint instead of print, ignore deprecated value param
This commit is contained in:
parent
07bae466cf
commit
cb8c1ab43b
2 changed files with 7 additions and 5 deletions
|
|
@ -139,6 +139,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
|||
|
||||
Widget _buildAccuracyDropdown() {
|
||||
return DropdownButtonFormField<int>(
|
||||
// ignore: deprecated_member_use
|
||||
value: _accuracy,
|
||||
decoration: const InputDecoration(labelText: 'Accuracy'),
|
||||
items: const [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue