Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

provider is Listenable #10

Open
CatEatFishs opened this issue Apr 1, 2019 · 1 comment
Open

provider is Listenable #10

CatEatFishs opened this issue Apr 1, 2019 · 1 comment

Comments

@CatEatFishs
Copy link

when I see Provide.dart ,In the 276 line ,
listenable = _getListenable(provider, value); I jump this method,
Listenable _getListenable(Provider provider, dynamic value) =>provider is Listenable ? provider : value is Listenable ? value : null;
I want to konw ,this provider when to extend Listenable?

@filiph
Copy link
Contributor

filiph commented Aug 27, 2019

Hi @CatEatFishs,

Sorry for the complete silence on this issue (and the repo in general). I've been unsure about the future of the provide package but now I've made the decision to let it go: #3 (comment). Please comment over at the linked issue if you have a strong desire to keep the development of this package alive (if so, please link to your fork if you have it).

To be clear, the package will always be available at https://pub.dev/packages/provide — pub doesn't allow packages to "disappear". It won't be updated, though.

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

No branches or pull requests

2 participants