Daco Harkes
Daco Harkes
> What is lost is the ability to test for unmodifiability via `x is UnmodifiableUint8ListView`. I have not found examples of this. If it is necessary to test for modifiability...
@christopherfujino This is ready for review. Let me know if you have any questions.
I have run into the same issue, and without intersection types, types start to leak to other parts of the code base: ```dart abstract interface class CsvSerializable { // ......
> Personally, I wouldn't describe that as a workaround. Switch statements and expressions are (or at least should be) the _normal_ way to work with sealed types. That doesn't really...
> It turns out that linking to a dynamic library on Windows is more straightforward than I thought. It's enough to pass the `lib` associated with the `dll` to the...
@vashworth These are mostly iOS/MacOS changes, could you please take a look at this PR as well. And @christopherfujino for a sign off on this flutter_tools PR.
> Now the test calls the linked library in both modes and that revealed that flutter-tester has the same issue loading relative DLLs on Windows as standalone Dart. Yes that...
Thanks a lot @blaugold ! 🚀
We need to support two flows: * `flutter run --release` // `flutter build` * gradle build * `flutter assemble` We need to support two flows: * gradle build (run or...