Replies: 1 comment 1 reply
-
If you check the examples directory you can see I use it with dart HTML and
non flutter projects.
It library can be used outside of flutter and as long as you grab the
correct import it will compile correctly.
…On Fri, Dec 1, 2023, 10:11 AM Ryan Hanks ***@***.***> wrote:
Hi,
I see that a dart-only library is available within the package (ie
signals/signals.dart vs signals/signals_flutter.dart), but given the
package's sdk requirements, we're reliant on flutter.
Are there any thoughts / plans to disentangle the flutter requirement and
publish a separate package that requires only the dart sdk? I have some
dart-only packages I'd like to consider bringing this into.
Thanks for putting this package out. I just ran across it recently (Preact
signals is new to me as well), so I admittedly haven't had a chance to play
much yet. Looks great though.
—
Reply to this email directly, view it on GitHub
<#35>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHOOFX5QOGPKWTINE5GATG3YHIMVFAVCNFSM6AAAAABADGX4COVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVHEYTIMRWGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I see that a dart-only library is available within the package (ie signals/signals.dart vs signals/signals_flutter.dart), but given the package's sdk requirements, we're reliant on flutter.
Are there any thoughts / plans to disentangle the flutter requirement and publish a separate package that requires only the dart sdk? I have some dart-only packages I'd like to consider bringing this into.
Thanks for putting this package out. I just ran across it recently (Preact signals is new to me as well), so I admittedly haven't had a chance to play much yet. Looks great though.
Beta Was this translation helpful? Give feedback.
All reactions