Could not build the precompiled application for the device.
Error (Xcode): ../../../.pub-cache/hosted/pub.dev/rounded_loading_button-2.1.0/lib/rounded_loading_button.dart:197:11: Error: No named parameter with the name 'onSurface'.
Example Code:
RoundedLoadingButton(
color: Colors.red,
successColor: Colors.green,
controller: _btnController,
onPressed: () {
if (_formKey.currentState!.validate()) {
userinfoset();
} else {
_btnController.error();
_reset();
}
},
child: Text(sonuc.toString(),
style: const TextStyle(color: Colors.white)),
),
Could not build the precompiled application for the device.
Error (Xcode): ../../../.pub-cache/hosted/pub.dev/rounded_loading_button-2.1.0/lib/rounded_loading_button.dart:197:11: Error: No named parameter with the name 'onSurface'.
Example Code:
RoundedLoadingButton(
color: Colors.red,
successColor: Colors.green,
controller: _btnController,
onPressed: () {
if (_formKey.currentState!.validate()) {
userinfoset();
} else {
_btnController.error();
_reset();
}
},
child: Text(sonuc.toString(),
style: const TextStyle(color: Colors.white)),
),