You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that even though there seems to be 100% compatibility with the main isar package, sentry's isar integration depends on isar, which causes problems : the community fork is not hosted on pub.dev hence pub flags it as incompatible
Solution Brainstorm
I think the only way to actually support it is to add a new package : sentry_isar_community which doesn't depend on isar, but instead on the forked version. The code can remain the same, except for the generated code which needs to be regenerated to fit the changes and bug fixes in the community fork.
Are you willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered:
As discussed here, there is currently no need for a separate package. Closing this for now, feel free to follow up here if there's problems or questions
Problem Statement
The main
isar
package seems to have gone unmaintained, thankfully the community has picked up the slack and supports it through https://github.com/isar-community/isar.The problem is that even though there seems to be 100% compatibility with the main
isar
package, sentry's isar integration depends on isar, which causes problems : the community fork is not hosted on pub.dev hence pub flags it as incompatibleSolution Brainstorm
I think the only way to actually support it is to add a new package :
sentry_isar_community
which doesn't depend on isar, but instead on the forked version. The code can remain the same, except for the generated code which needs to be regenerated to fit the changes and bug fixes in the community fork.Are you willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered: