-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
About 3rd Party Integrations #19
Comments
totally agree. I will be moving hooks into its own package.
Sent from Outlook Mobile<https://aka.ms/blhgte>
…________________________________
From: necatisozer <notifications@github.com>
Sent: Saturday, May 2, 2020 8:06:23 PM
To: FilledStacks/stacked <stacked@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: [FilledStacks/stacked] About 3rd Party Integrations (#19)
IMO, 3rd party integrations like flutter_hooks<https://github.com/rrousselGit/flutter_hooks> should be optional and be provided via different packages. Otherwise the dependency stack of the core package can be huge and hard to maintain.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#19>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA3M72R3G5QJGVLZ4HBCXW3RPROJ7ANCNFSM4MXY665Q>.
|
Removed the Flutter Hooks dependency in favor of a separate package |
Nice job @FilledStacks. How about keeping all these packages in the same repository like bloc library? |
Also not a bad idea. Should be able to do that in about 12 hours after all the other things on my list are done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IMO, 3rd party integrations like flutter_hooks should be optional and be provided via different packages. Otherwise the dependency stack of the core package can be huge and hard to maintain.
The text was updated successfully, but these errors were encountered: