mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
proper path for wownero and monero
This commit is contained in:
parent
d76d54d1f6
commit
2ad76de4be
3 changed files with 4 additions and 8 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue