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

RedirectPointer is not importable #29

Closed
mattermoran opened this issue Oct 11, 2023 · 1 comment · Fixed by #30
Closed

RedirectPointer is not importable #29

mattermoran opened this issue Oct 11, 2023 · 1 comment · Fixed by #30

Comments

@mattermoran
Copy link
Contributor

mattermoran commented Oct 11, 2023

Heya.
I saw the new release with 2 widgets added but noticed I can't import the RedirectPointer and digging a bit showed that it was exported differently compared to other widgets.
RedirectPointer -> export 'package:boxy/redirect_pointer.dart';
Scale and others -> export 'src/scale.dart';

I guess just fixing the export should do the trick.

P.S any reason why the package version was not bumped to 2.2.0 as these are the new features and not just bug fixes?
it's not really that important it's just that I like to manually update packages and seeing minor updates more likely to make me go to changelog :)

@pingbird
Copy link
Owner

P.S any reason why the package version was not bumped to 2.2.0 as these are the new features and not just bug fixes?
it's not really that important it's just that I like to manually update packages and seeing minor updates more likely to make me go to changelog :)

I generally version based on chance of breaking something and this release did not change any existing behavior so it got a revision bump instead of a minor bump

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

Successfully merging a pull request may close this issue.

2 participants