j0j00 / flutter_liquidcore

Node.js virtual machine for Android and iOS in Flutter.
https://pub.dev/packages/flutter_liquidcore
BSD 2-Clause "Simplified" License
67 stars 16 forks source link

Don't allow implicit casts #6

Closed tvh closed 4 years ago

tvh commented 4 years ago

Without this I get type errors because Future<dynamic> is not a subtype of Future<bool>.

j0j00 commented 4 years ago

Thanks for the PR!