a14n / dart-js-wrapping

With that package you will be able to easilly wrap JS library in Dart.
https://pub.dartlang.org/packages/js_wrapping
Other
43 stars 16 forks source link

Add generic typing to identityConverter #22

Closed manuelF closed 6 years ago

manuelF commented 6 years ago

The lack of generics was causing a runtime failure when using the googleMaps API (in particular PlaceResult.AddressComponents.types) [0]

[0] Runtime error: IdentityConverter is not of type Codec<E,dynamic> in strong mode

a14n commented 6 years ago

Released in 0.4.6