Skip to content

Commit

Permalink
🚚 Rename RustLib to AgentDart
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jul 3, 2024
1 parent a83b8d9 commit 1e2943b
Show file tree
Hide file tree
Showing 7 changed files with 152 additions and 147 deletions.
2 changes: 1 addition & 1 deletion packages/agent_dart_base/test/test_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ErrorMessageMatcher<T extends Error> extends TypeMatcher<T> {
}

Future<void> ffiInit() {
return RustLib.init();
return AgentDart.init();
}

// void matchFFI() {
Expand Down
1 change: 1 addition & 0 deletions packages/agent_dart_ffi/flutter_rust_bridge.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dart_entrypoint_class_name: AgentDart
rust_input: crate::api
rust_root: native/agent_dart
dart_output: lib/src
2 changes: 1 addition & 1 deletion packages/agent_dart_ffi/lib/agent_dart_ffi.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export 'src/api.dart';
export 'src/bdk/blockchain.dart';
export 'src/bdk/types.dart';
export 'src/bdk/wallet.dart';
export 'src/frb_generated.dart' show RustLib;
export 'src/frb_generated.dart' show AgentDart;
export 'src/lib.dart';
export 'src/p256.dart';
export 'src/schnorr.dart';
Expand Down
Loading

0 comments on commit 1e2943b

Please sign in to comment.