ueman / passkit

Various Dart & Flutter packages to work with Apple's PassKit
14 stars 1 forks source link

Maintenance: Add JsonKey annotations #59

Closed ueman closed 2 weeks ago

ueman commented 2 months ago

By adding JsonKey annotations, we ensure that deserialization is less prone to break due to refactorings. Additionally, we're able to give properties names that are idiomatic to Dart. It probably also makes it easier to migrate to macros when the time comes.