Skip to content

Flutter 3.18.0-11.0 Error onSurface #69

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions