proper path for wownero and monero

This commit is contained in:
Czarek Nakamoto 2024-06-09 15:05:41 +02:00
parent d76d54d1f6
commit 2ad76de4be
3 changed files with 4 additions and 8 deletions

View file

@ -24,8 +24,8 @@ dependencies:
path: ../cw_core
monero:
git:
url: https://git.mrcyjanek.net/mrcyjanek/monero.dart
ref: 200ad221441c6481439c966288b6e8834769ed21
url: https://github.com/mrcyjanek/monero.dart
ref: d46753eca865e9e56c2f0ef6fe485c42e11982c5
mutex: ^3.1.0
dev_dependencies:

View file

@ -24,8 +24,8 @@ dependencies:
path: ../cw_core
monero:
git:
url: https://git.mrcyjanek.net/mrcyjanek/monero.dart
ref: 200ad221441c6481439c966288b6e8834769ed21
url: https://github.com/mrcyjanek/monero.dart
ref: d46753eca865e9e56c2f0ef6fe485c42e11982c5
mutex: ^3.1.0
dev_dependencies:

View file

@ -49,10 +49,6 @@ final rootKey = GlobalKey<RootState>();
final RouteObserver<PageRoute<dynamic>> routeObserver = RouteObserver<PageRoute<dynamic>>();
Future<void> main() async {
if (Platform.isIOS) {
monero_dart.libPath = "MoneroWallet.framework/MoneroWallet";
}
bool isAppRunning = false;
await runZonedGuarded(() async {
WidgetsFlutterBinding.ensureInitialized();