Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter 3.18.0-11.0 Error onSurface #69

Open
bymelihkara opened this issue Dec 15, 2023 · 1 comment · May be fixed by #70
Open

Flutter 3.18.0-11.0 Error onSurface #69

bymelihkara opened this issue Dec 15, 2023 · 1 comment · May be fixed by #70

Comments

@bymelihkara
Copy link

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)),
),

@Antoniojesus1999
Copy link

A mi me pasa lo mismo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants