Skip to content

Commit

Permalink
fix json application context serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Nov 29, 2024
1 parent b12e457 commit 1ad9b94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Backend/wear_bridge.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Future<void> updateWearActions(UpdateWearActionsRef ref) async {
}

@freezed
// ignore: invalid_annotation_target
@JsonSerializable(explicitToJson: true)
class WearData with _$WearData {
const factory WearData({
required List<WearActionData> favoriteActions,
Expand Down

0 comments on commit 1ad9b94

Please sign in to comment.