google / json_serializable.dart

Generates utilities to aid in serializing to/from JSON.
https://pub.dev/packages/json_serializable
BSD 3-Clause "New" or "Revised" License
1.56k stars 397 forks source link

flutter bigint not parsing #412

Closed jackselvam closed 5 years ago

jackselvam commented 5 years ago

Error running JsonSerializableGenerator Could not generate fromJson code for categoryId. None of the provided TypeHelper instances support the defined type. package:etrade/models/viewmodels/products.dart:7:16 ╷ 7 │ final BigInt categoryId; │ ^^^^^^^^^^

kevmoo commented 5 years ago

Just published 2.1 w/ this fix