rpc
rpc copied to clipboard
error when doing pub build
When I use angular2 in combination with rpc I got following error:
packages\rpc\src\parser.dart 'case' expression type 'TypeImpl' overrides 'operator ==' case int: ^^^
I found that importing rpc.dart in my messages.dart file caused that compile error; omitting it makes everything compile.