Skip to content

Commit

Permalink
fix: Remove Default from freezed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Jan 19, 2023
1 parent b2d4384 commit ddf28aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
/// [YouTube]: https://www.youtube.com/c/mathrunetchannel
library katana_prefs_annotation;

export 'package:freezed_annotation/freezed_annotation.dart' show Default;
export 'package:katana/katana.dart';

part 'src/prefs.dart';
1 change: 0 additions & 1 deletion packages/katana_prefs_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ environment:

dependencies:
katana: ^0.15.0
freezed_annotation: ^2.2.0

dev_dependencies:
test: ^1.21.3

0 comments on commit ddf28aa

Please sign in to comment.