Skip to content

Fix for whereType in Flutter production builds

Compare
Choose a tag to compare
@frankpepermans frankpepermans released this 04 Oct 09:49
· 269 commits to master since this release

The newly added whereType operator, which replaces onType, was failing in Flutter production builds.
The test method for Type matching has been altered.