You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
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)),
),
The text was updated successfully, but these errors were encountered: