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

why data class is hidden? #1

Closed
HiroyukiTamura opened this issue Oct 24, 2019 · 1 comment
Closed

why data class is hidden? #1

HiroyukiTamura opened this issue Oct 24, 2019 · 1 comment
Assignees
Labels

Comments

@HiroyukiTamura
Copy link

for example, class Indexed in package:more/src/iterable/indexed.dart can't be accessed from other package.
but I want to use class for generics just like indexed<E>(list).map((Indexed<E> item) {}
any solution?
thanks in advance.

@renggli renggli self-assigned this Oct 25, 2019
@renggli renggli added the bug label Oct 25, 2019
@renggli
Copy link
Owner

renggli commented Oct 25, 2019

This is an oversight, fixed in cec2e6a and 1.18.1.

@renggli renggli closed this as completed Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants