Skip to content

Commit

Permalink
refactor: move to models
Browse files Browse the repository at this point in the history
  • Loading branch information
apskhem committed Sep 20, 2024
1 parent bd683b3 commit 6443a16
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion catalyst_voices/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ include: package:catalyst_analysis/analysis_options.yaml
analyzer:
exclude: [build/**, lib/*.g.dart, lib/generated/**]
errors:
implementation_imports: ignore
public_member_api_docs: ignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ include: package:catalyst_analysis/analysis_options.yaml
analyzer:
exclude: [build/**, lib/*.g.dart, lib/generated/**]
errors:
implementation_imports: ignore
public_member_api_docs: ignore
4 changes: 4 additions & 0 deletions catalyst_voices/packages/catalyst_voices_models/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ environment:
sdk: ">=3.5.0 <4.0.0"

dependencies:
bip39: ^1.0.6
catalyst_cardano_serialization: ^0.4.0
convert: ^3.1.1
equatable: ^2.0.5
flutter_quill: ^10.5.13
meta: ^1.10.0

dev_dependencies:
catalyst_analysis: ^2.0.0
flutter_test:
sdk: flutter
test: ^1.24.9
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:bip39/bip39.dart' as bip39;
import 'package:catalyst_voices/common/bip39/seed_phrase.dart';
import 'package:catalyst_voices_models/src/seed_phrase.dart';
import 'package:flutter_test/flutter_test.dart';

void main() {
Expand Down
2 changes: 0 additions & 2 deletions catalyst_voices/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ environment:
dependencies:
animated_text_kit: ^4.2.2
animations: ^2.0.11
bip39: ^1.0.6
catalyst_cardano: ^0.3.0
catalyst_cardano_serialization: ^0.4.0
catalyst_cardano_web: ^0.3.0
Expand All @@ -33,7 +32,6 @@ dependencies:
catalyst_voices_view_models:
path: ./packages/catalyst_voices_view_models
collection: ^1.18.0
convert: ^3.1.1
equatable: ^2.0.5
flutter:
sdk: flutter
Expand Down

0 comments on commit 6443a16

Please sign in to comment.