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.55k stars 397 forks source link

Removed deprecated "flutter pub run" notice #1364

Closed LassazVegaz closed 11 months ago

LassazVegaz commented 11 months ago

flutter pub run is deprecated. dart run is recommended. Check this issue related to JSON serialization official documentation.