Problem to Solve
Currently relic ensure that it works with Dart version 3.8, but doesn't ensure that is works with the corresponding Flutter version (3.32.0).
This can cause dependencies to progress too far. Fx. meta was bumped to ^1.17.0 whereas Flutter 3.32.0 is pinned at 1.16.0.
Proposal
We should have a CI check for this, and in general be more loose in bounds checks as we go stable.
Use Case
Avoid situations where newest Relic cannot be used with newest Serverpod.
Alternatives
Be mindful of dep updates.
Additional context
No response
How experienced are you with this library?
Expert - Experienced and comfortable with using this library in complex projects
Are you interested in working on a PR for this?
Problem to Solve
Currently relic ensure that it works with Dart version 3.8, but doesn't ensure that is works with the corresponding Flutter version (3.32.0).
This can cause dependencies to progress too far. Fx. meta was bumped to ^1.17.0 whereas Flutter 3.32.0 is pinned at 1.16.0.
Proposal
We should have a CI check for this, and in general be more loose in bounds checks as we go stable.
Use Case
Avoid situations where newest Relic cannot be used with newest Serverpod.
Alternatives
Be mindful of dep updates.
Additional context
No response
How experienced are you with this library?
Expert - Experienced and comfortable with using this library in complex projects
Are you interested in working on a PR for this?