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

Compile error for at_onboarding_flutter #782

Closed
ralfeus opened this issue Jan 9, 2024 · 1 comment
Closed

Compile error for at_onboarding_flutter #782

ralfeus opened this issue Jan 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ralfeus
Copy link

ralfeus commented Jan 9, 2024

Which at_widget package you find issue with?

at_onboarding_flutter

On what platforms did you experience the issue?

Android

What version are you using?

at_onboarding_flutter: 6.1.3

What happened?

After at_onboarding_flutter has been updated to version 6.1.3 I'm getting a compile error:

: Error: The argument type 'void Function()' can't be assigned to the parameter type 'bool Function()?'.
at_onboarding_home_screen.dart:142
      onSkip: _endTutorial,
              ^
: Error: The argument type 'void Function()' can't be assigned to the parameter type 'bool Function()?'.
at_onboarding_generate_screen.dart:109
      onSkip: _endTutorial,
              ^

Before the update I ran on version 6.0.3 and had to issue

Steps to reproduce

1. Install at_onboarding_flutter 6.1.3
2. Add `import 'package:at_onboarding_flutter/at_onboarding_flutter.dart';`
3. Build app

Additional info

No response

Relevant log output

No response

Flutter analyze output

No response

Flutter doctor output

No response

@ralfeus ralfeus added the bug Something isn't working label Jan 9, 2024
@ralfeus
Copy link
Author

ralfeus commented Jan 10, 2024

Version 6.1.5 has it fixed

@ralfeus ralfeus closed this as completed Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant