Where should third-party Parser and ActionParser integrations live? #280
Unanswered
CarloDotLog
asked this question in
Q&A
Replies: 1 comment
-
Hey @CarloDotLog 👋🏻 We should prefer the second option. As you said, the core library needs to stay lightweight. A parser package may not have to depend upon We also have a third-party parser implementation for flutter_webview. You can check that out as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team! 👋
I’m working on integrating third-party libraries into stac using custom ActionParsers and (widget) Parsers. For example:
I’m wondering what the preferred approach is for contributing these kinds of integrations.
Would you prefer:
The second option would keep the core lightweight and allow developers to opt in only to what they need, but I’d love to hear your thoughts before proceeding.
Let me know what direction you’d recommend. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions