SpinlockLabs / github.dart

GitHub Client Library for Dart
https://pub.dev/packages/github
MIT License
402 stars 142 forks source link

Use macros to simplify the code #407

Open robrbecker opened 1 month ago

robrbecker commented 1 month ago

IDEA

Try using the @JsonCodable experimental macro to see how we can simply the code. https://dart.dev/language/macros

github-actions[bot] commented 1 month ago

👋 Thanks for reporting! @robrbecker will take a look.

robrbecker commented 1 month ago

Related: https://github.com/SpinlockLabs/github.dart/issues/406