Filip Hracek
Filip Hracek
> From my end, I observed the Memory in Chrome's Devtools and noticed that: when I wait long enough, the memory is raised to 7xx-8xx MB but it could be...
To summarize, I think this issue suggests something like this: ```dart export 'src/hw_none.dart' // Stub implementation if (dart.os.windows) 'src/hw_windows.dart' // Windows implementation if (dart.os.macos) 'src/hw_macos.dart'; // macOS implementation ``` Am...
> With part files with imports, you should get conditional part directives, and with augmentations you should be able to override only that you need to override in those parts....
I was just made aware of https://github.com/flutter/packages/pull/9227, which seems to fix the other aspect of https://github.com/flutter/flutter/issues/43785. Happy to wait with this one until after that one lands.
I've rebased and updated the code. This is now ready for review.
Sorry for the delay. The custom error class is gone and I bumped to 2.14.0
> From triage: @filiph is this waiting on anything before it lands? Not at all! It can land immediately.
Hey @Solido, thanks for the suggestion! I'm really glad you're looking into this package, and I'm looking forward to what you'll build with it. Big fan of your projects. Normally,...
FWIW, downgrading to Sentry 8.10.0 fixes the issue.
Yes, this is after flutter clean. Sorry I didn't mention it in the OP. The project isn't open source but if you agree, I'm happy to give you access to...