mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-28 06:29:39 +00:00
9fbb206a7c
Conflicts: .gitignore assets/text/Monerocom_Release_Notes.txt assets/text/Release_Notes.txt cw_bitcoin/lib/bitcoin_wallet_service.dart cw_bitcoin/lib/electrum_transaction_history.dart cw_bitcoin/lib/litecoin_wallet_service.dart cw_bitcoin/pubspec.yaml cw_core/pubspec.lock cw_monero/ios/Classes/monero_api.cpp cw_monero/lib/monero_wallet.dart cw_monero/lib/monero_wallet_service.dart lib/core/backup_service.dart lib/core/wallet_loading_service.dart lib/di.dart lib/entities/default_settings_migration.dart lib/entities/get_encryption_key.dart lib/entities/main_actions.dart lib/main.dart lib/router.dart lib/src/screens/dashboard/desktop_widgets/desktop_action_button.dart lib/src/screens/dashboard/desktop_widgets/desktop_wallet_selection_dropdown.dart lib/src/screens/dashboard/widgets/market_place_page.dart lib/src/screens/dashboard/widgets/transactions_page.dart lib/src/screens/receive/anonpay_invoice_page.dart lib/src/screens/restore/wallet_restore_from_keys_form.dart lib/src/screens/restore/wallet_restore_page.dart lib/src/screens/settings/security_backup_page.dart lib/src/screens/wallet/wallet_edit_page.dart lib/src/screens/wallet_list/wallet_list_page.dart lib/store/settings_store.dart lib/utils/distribution_info.dart lib/view_model/wallet_creation_vm.dart lib/view_model/wallet_list/wallet_edit_view_model.dart lib/view_model/wallet_list/wallet_list_view_model.dart lib/view_model/wallet_new_vm.dart res/values/strings_ar.arb res/values/strings_bg.arb res/values/strings_cs.arb res/values/strings_de.arb res/values/strings_en.arb res/values/strings_es.arb res/values/strings_fr.arb res/values/strings_ha.arb res/values/strings_hi.arb res/values/strings_hr.arb res/values/strings_id.arb res/values/strings_it.arb res/values/strings_ja.arb res/values/strings_ko.arb res/values/strings_my.arb res/values/strings_nl.arb res/values/strings_pl.arb res/values/strings_pt.arb res/values/strings_ru.arb res/values/strings_th.arb res/values/strings_tr.arb res/values/strings_uk.arb res/values/strings_ur.arb res/values/strings_yo.arb res/values/strings_zh.arb scripts/android/app_env.sh scripts/ios/app_env.sh scripts/macos/app_env.sh tool/configure.dart
83 lines
2.3 KiB
YAML
83 lines
2.3 KiB
YAML
name: cw_monero
|
|
description: A new flutter plugin project.
|
|
version: 0.0.1
|
|
publish_to: none
|
|
author: Cake Wallet
|
|
homepage: https://cakewallet.com
|
|
|
|
environment:
|
|
sdk: ">=2.17.5 <3.0.0"
|
|
flutter: ">=1.20.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
ffi: ^2.0.1
|
|
http: ^1.1.0
|
|
path_provider: ^2.0.11
|
|
mobx: ^2.0.7+4
|
|
flutter_mobx: ^2.0.6+1
|
|
intl: ^0.18.0
|
|
encrypt: ^5.0.1
|
|
cw_core:
|
|
path: ../cw_core
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
build_runner: ^2.1.11
|
|
build_resolvers: ^2.0.9
|
|
mobx_codegen: ^2.0.7
|
|
hive_generator: ^1.1.3
|
|
|
|
# For information on the generic Dart part of this file, see the
|
|
# following page: https://dart.dev/tools/pub/pubspec
|
|
|
|
# The following section is specific to Flutter.
|
|
flutter:
|
|
# This section identifies this Flutter project as a plugin project.
|
|
# The androidPackage and pluginClass identifiers should not ordinarily
|
|
# be modified. They are used by the tooling to maintain consistency when
|
|
# adding or updating assets for this project.
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
package: com.cakewallet.monero
|
|
pluginClass: CwMoneroPlugin
|
|
ios:
|
|
pluginClass: CwMoneroPlugin
|
|
macos:
|
|
pluginClass: CwMoneroPlugin
|
|
linux:
|
|
pluginClass: CwMoneroPlugin
|
|
|
|
# To add assets to your plugin package, add an assets section, like this:
|
|
# assets:
|
|
# - images/a_dot_burr.jpeg
|
|
# - images/a_dot_ham.jpeg
|
|
#
|
|
# For details regarding assets in packages, see
|
|
# https://flutter.dev/assets-and-images/#from-packages
|
|
#
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
# https://flutter.dev/assets-and-images/#resolution-aware.
|
|
|
|
# To add custom fonts to your plugin package, add a fonts section here,
|
|
# in this "flutter" section. Each entry in this list should have a
|
|
# "family" key with the font family name, and a "fonts" key with a
|
|
# list giving the asset and other descriptors for the font. For
|
|
# example:
|
|
# fonts:
|
|
# - family: Schyler
|
|
# fonts:
|
|
# - asset: fonts/Schyler-Regular.ttf
|
|
# - asset: fonts/Schyler-Italic.ttf
|
|
# style: italic
|
|
# - family: Trajan Pro
|
|
# fonts:
|
|
# - asset: fonts/TrajanPro.ttf
|
|
# - asset: fonts/TrajanPro_Bold.ttf
|
|
# weight: 700
|
|
#
|
|
# For details regarding fonts in packages, see
|
|
# https://flutter.dev/custom-fonts/#from-packages
|