Skip to content

Commit

Permalink
chore: use pkg:equatable (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Oct 16, 2024
1 parent e6e0281 commit 3e3c59e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 155 deletions.
3 changes: 2 additions & 1 deletion lib/data_class.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/// Experimental support for data classes in Dart using package:macros.
library data_class;

export 'package:equatable/equatable.dart' show Equatable;

export 'src/constructable_macro.dart' show Constructable;
export 'src/copyable_macro.dart' show Copyable;
export 'src/data_macro.dart' show Data;
export 'src/equatable_macro.dart' show Equatable;
export 'src/stringable_macro.dart' show Stringable;
154 changes: 0 additions & 154 deletions lib/src/equatable_macro.dart

This file was deleted.

1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ environment:

dependencies:
collection: ^1.0.0
equatable: ^3.0.0-dev
macros: ^0.1.0-main.5

dev_dependencies:
Expand Down

0 comments on commit 3e3c59e

Please sign in to comment.