mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
* tor wip * Enable tor on iOS * Prevent app lag when node is exceptionally slow (usually over tor) * fix: logic in daemonBlockchainHeight refresh fix: storing tor state * Pin ledger_flutter_plus dependency to fix builds * bump arti version * wip * add single httpclient * route everything I was able to catch trough the built-in tor node * Enable proxy for http.Client [run tests] * add tor proxy support to cw_evm, cw_tron and cw_polygon [run tests] * remove log pollution, cleanup [skip slack] * fix tests not working in latest main [skip slack] [run tests] * remove cw_wownero import * fix build issues * migrate all remaining calls to use ProxyWrapper add a CI action to enforce using ProxyWrapper instead of http/http.dart to prevent leaks * fix tor background sync (will work on test builds after #2142 is merged and this PR is rebased on top) * wip [skip ci] * relicense to GPLv3 add socks5 license, build fixes * use ProxyWrapper instead of http in robinhood * Revert "relicense to GPLv3" * feat(cw_bitcoin): support socks proxy and CakeTor * fix(tor): migrate OCP and EVM over to ProxyWrapper() * chore: cleanup fix: show tor loading screen when app is starting * fix: tor switch properly dismisses fullscreen loading dialog fix: connectToNode after tor startup on app start * fix(tor): status check for xmr/wow/zano * fix(tor): onramper request fix * fix(api): ServicesResponse is now being cached and doesn't fetch data everytime DashboardViewModel is being rebuilt fix(tor): do not fallback to clearnet when tor failed. fix(tor): do not leak connections during app startup chore: refactor bootstrap() function to be separated into bootstrapOffline and bootstrapOnline fix(cw_bitcoin): migrate payjoin to use ProxyWrapper * [skip ci] remove print * address comments from review * fix: derusting tor implementation Instead of rust-based Arti I've moved back to the OG C++ tor implementation. This fixed all issues we had with Tor. - onion services now work - all requests are going through without random errors - we don't have to navigate a maze of multiple forks of multiple packages - fully working `torrc` config file (probably will be needed for Tari). - logging for Tor client - and so on. feat: network logging tab feat: use built-in proxy on Tails - this should resolve all issues for Tails users (needs testing though) * fix conflicts with main bump https to fix build issue relax store() call * fix(cw_wownero): tor connection fix(tor): connection issues * fix(cw_evm): add missing chainId fix(cw_core): solana rpc fix * feat: mark tor as experimental fix: drop anonpay onion authority fix: drop fiatapi onion authority fix: drop trocador onion authority fix: disable networkimage when tor is enabled fix: handle cakepay errors gracefully * fix re-formatting [skip ci] * changes from review * Delete android/.kotlin/sessions/kotlin-compiler-2468481326039681181.salive * fix missing imports * Update pubspec_base.yaml --------- Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
981 lines
28 KiB
Text
981 lines
28 KiB
Text
# Generated by pub
|
|
# See https://dart.dev/tools/pub/glossary#lockfile
|
|
packages:
|
|
_fe_analyzer_shared:
|
|
dependency: transitive
|
|
description:
|
|
name: _fe_analyzer_shared
|
|
sha256: "16e298750b6d0af7ce8a3ba7c18c69c3785d11b15ec83f6dcd0ad2a0009b3cab"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "76.0.0"
|
|
_macros:
|
|
dependency: transitive
|
|
description: dart
|
|
source: sdk
|
|
version: "0.3.3"
|
|
analyzer:
|
|
dependency: transitive
|
|
description:
|
|
name: analyzer
|
|
sha256: "1f14db053a8c23e260789e9b0980fa27f2680dd640932cae5e1137cce0e46e1e"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "6.11.0"
|
|
args:
|
|
dependency: transitive
|
|
description:
|
|
name: args
|
|
sha256: d0481093c50b1da8910eb0bb301626d4d8eb7284aa739614d2b394ee09e3ea04
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.7.0"
|
|
asn1lib:
|
|
dependency: transitive
|
|
description:
|
|
name: asn1lib
|
|
sha256: "1c296cd268f486cabcc3930e9b93a8133169305f18d722916e675959a88f6d2c"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.5.9"
|
|
async:
|
|
dependency: transitive
|
|
description:
|
|
name: async
|
|
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.11.0"
|
|
bip32:
|
|
dependency: "direct main"
|
|
description:
|
|
name: bip32
|
|
sha256: "54787cd7a111e9d37394aabbf53d1fc5e2e0e0af2cd01c459147a97c0e3f8a97"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.0.0"
|
|
bip39:
|
|
dependency: "direct main"
|
|
description:
|
|
name: bip39
|
|
sha256: de1ee27ebe7d96b84bb3a04a4132a0a3007dcdd5ad27dd14aa87a29d97c45edc
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.0.6"
|
|
blockchain_utils:
|
|
dependency: transitive
|
|
description:
|
|
path: "."
|
|
ref: cake-update-v2
|
|
resolved-ref: "59fdf29d72068e0522a96a8953ed7272833a9f57"
|
|
url: "https://github.com/cake-tech/blockchain_utils"
|
|
source: git
|
|
version: "3.3.0"
|
|
boolean_selector:
|
|
dependency: transitive
|
|
description:
|
|
name: boolean_selector
|
|
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.1.1"
|
|
bs58check:
|
|
dependency: transitive
|
|
description:
|
|
name: bs58check
|
|
sha256: c4a164d42b25c2f6bc88a8beccb9fc7d01440f3c60ba23663a20a70faf484ea9
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.0.2"
|
|
build:
|
|
dependency: transitive
|
|
description:
|
|
name: build
|
|
sha256: cef23f1eda9b57566c81e2133d196f8e3df48f244b317368d65c5943d91148f0
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.4.2"
|
|
build_config:
|
|
dependency: transitive
|
|
description:
|
|
name: build_config
|
|
sha256: "4ae2de3e1e67ea270081eaee972e1bd8f027d459f249e0f1186730784c2e7e33"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.1.2"
|
|
build_daemon:
|
|
dependency: transitive
|
|
description:
|
|
name: build_daemon
|
|
sha256: "8e928697a82be082206edb0b9c99c5a4ad6bc31c9e9b8b2f291ae65cd4a25daa"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "4.0.4"
|
|
build_resolvers:
|
|
dependency: transitive
|
|
description:
|
|
name: build_resolvers
|
|
sha256: b9e4fda21d846e192628e7a4f6deda6888c36b5b69ba02ff291a01fd529140f0
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.4.4"
|
|
build_runner:
|
|
dependency: "direct dev"
|
|
description:
|
|
name: build_runner
|
|
sha256: "058fe9dce1de7d69c4b84fada934df3e0153dd000758c4d65964d0166779aa99"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.4.15"
|
|
build_runner_core:
|
|
dependency: transitive
|
|
description:
|
|
name: build_runner_core
|
|
sha256: "22e3aa1c80e0ada3722fe5b63fd43d9c8990759d0a2cf489c8c5d7b2bdebc021"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "8.0.0"
|
|
built_collection:
|
|
dependency: transitive
|
|
description:
|
|
name: built_collection
|
|
sha256: "376e3dd27b51ea877c28d525560790aee2e6fbb5f20e2f85d5081027d94e2100"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "5.1.1"
|
|
built_value:
|
|
dependency: transitive
|
|
description:
|
|
name: built_value
|
|
sha256: "082001b5c3dc495d4a42f1d5789990505df20d8547d42507c29050af6933ee27"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "8.10.1"
|
|
cake_backup:
|
|
dependency: transitive
|
|
description:
|
|
path: "."
|
|
ref: main
|
|
resolved-ref: "3aba867dcab6737f6707782f5db15d71f303db38"
|
|
url: "https://github.com/cake-tech/cake_backup.git"
|
|
source: git
|
|
version: "1.0.0+1"
|
|
characters:
|
|
dependency: transitive
|
|
description:
|
|
name: characters
|
|
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.3.0"
|
|
checked_yaml:
|
|
dependency: transitive
|
|
description:
|
|
name: checked_yaml
|
|
sha256: feb6bed21949061731a7a75fc5d2aa727cf160b91af9a3e464c5e3a32e28b5ff
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.0.3"
|
|
clock:
|
|
dependency: transitive
|
|
description:
|
|
name: clock
|
|
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.1.1"
|
|
code_builder:
|
|
dependency: transitive
|
|
description:
|
|
name: code_builder
|
|
sha256: "0ec10bf4a89e4c613960bf1e8b42c64127021740fb21640c29c909826a5eea3e"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "4.10.1"
|
|
collection:
|
|
dependency: transitive
|
|
description:
|
|
name: collection
|
|
sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.19.0"
|
|
convert:
|
|
dependency: transitive
|
|
description:
|
|
name: convert
|
|
sha256: b30acd5944035672bc15c6b7a8b47d773e41e2f17de064350988c5d02adb1c68
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "3.1.2"
|
|
crypto:
|
|
dependency: transitive
|
|
description:
|
|
name: crypto
|
|
sha256: "1e445881f28f22d6140f181e07737b22f1e099a5e1ff94b0af2f9e4a463f4855"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "3.0.6"
|
|
cryptography:
|
|
dependency: transitive
|
|
description:
|
|
name: cryptography
|
|
sha256: d146b76d33d94548cf035233fbc2f4338c1242fa119013bead807d033fc4ae05
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.7.0"
|
|
cupertino_icons:
|
|
dependency: transitive
|
|
description:
|
|
name: cupertino_icons
|
|
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.0.8"
|
|
cw_core:
|
|
dependency: "direct main"
|
|
description:
|
|
path: "../cw_core"
|
|
relative: true
|
|
source: path
|
|
version: "0.0.1"
|
|
dart_style:
|
|
dependency: transitive
|
|
description:
|
|
name: dart_style
|
|
sha256: "7306ab8a2359a48d22310ad823521d723acfed60ee1f7e37388e8986853b6820"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.3.8"
|
|
decimal:
|
|
dependency: "direct main"
|
|
description:
|
|
name: decimal
|
|
sha256: "24a261d5d5c87e86c7651c417a5dbdf8bcd7080dd592533910e8d0505a279f21"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.3.3"
|
|
ed25519_hd_key:
|
|
dependency: "direct main"
|
|
description:
|
|
name: ed25519_hd_key
|
|
sha256: "31e191ec97492873067e46dc9cc0c7d55170559c83a478400feffa0627acaccf"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.3.0"
|
|
encrypt:
|
|
dependency: transitive
|
|
description:
|
|
name: encrypt
|
|
sha256: "62d9aa4670cc2a8798bab89b39fc71b6dfbacf615de6cf5001fb39f7e4a996a2"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "5.0.3"
|
|
fake_async:
|
|
dependency: transitive
|
|
description:
|
|
name: fake_async
|
|
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.3.1"
|
|
ffi:
|
|
dependency: transitive
|
|
description:
|
|
name: ffi
|
|
sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.1.3"
|
|
file:
|
|
dependency: transitive
|
|
description:
|
|
name: file
|
|
sha256: a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "7.0.1"
|
|
fixnum:
|
|
dependency: transitive
|
|
description:
|
|
name: fixnum
|
|
sha256: b6dc7065e46c974bc7c5f143080a6764ec7a4be6da1285ececdc37be96de53be
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.1.1"
|
|
fixnum_nanodart:
|
|
dependency: transitive
|
|
description:
|
|
name: fixnum_nanodart
|
|
sha256: "4b0132d11ecddc0d2ca64b6d7dee6726db432ed02cac1349d7532a08be5c54fc"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.0.0"
|
|
flutter:
|
|
dependency: "direct main"
|
|
description: flutter
|
|
source: sdk
|
|
version: "0.0.0"
|
|
flutter_mobx:
|
|
dependency: transitive
|
|
description:
|
|
name: flutter_mobx
|
|
sha256: ba5e93467866a2991259dc51cffd41ef45f695c667c2b8e7b087bf24118b50fe
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.3.0"
|
|
flutter_test:
|
|
dependency: "direct dev"
|
|
description: flutter
|
|
source: sdk
|
|
version: "0.0.0"
|
|
flutter_web_plugins:
|
|
dependency: transitive
|
|
description: flutter
|
|
source: sdk
|
|
version: "0.0.0"
|
|
frontend_server_client:
|
|
dependency: transitive
|
|
description:
|
|
name: frontend_server_client
|
|
sha256: f64a0333a82f30b0cca061bc3d143813a486dc086b574bfb233b7c1372427694
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "4.0.0"
|
|
glob:
|
|
dependency: transitive
|
|
description:
|
|
name: glob
|
|
sha256: c3f1ee72c96f8f78935e18aa8cecced9ab132419e8625dc187e1c2408efc20de
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.1.3"
|
|
graphs:
|
|
dependency: transitive
|
|
description:
|
|
name: graphs
|
|
sha256: "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.3.2"
|
|
hex:
|
|
dependency: "direct main"
|
|
description:
|
|
name: hex
|
|
sha256: "4e7cd54e4b59ba026432a6be2dd9d96e4c5205725194997193bf871703b82c4a"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "0.2.0"
|
|
hive:
|
|
dependency: transitive
|
|
description:
|
|
name: hive
|
|
sha256: "8dcf6db979d7933da8217edcec84e9df1bdb4e4edc7fc77dbd5aa74356d6d941"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.2.3"
|
|
hive_generator:
|
|
dependency: "direct dev"
|
|
description:
|
|
name: hive_generator
|
|
sha256: "06cb8f58ace74de61f63500564931f9505368f45f98958bd7a6c35ba24159db4"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.0.1"
|
|
http:
|
|
dependency: "direct main"
|
|
description:
|
|
name: http
|
|
sha256: "2c11f3f94c687ee9bad77c171151672986360b2b001d109814ee7140b2cf261b"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.4.0"
|
|
http_multi_server:
|
|
dependency: transitive
|
|
description:
|
|
name: http_multi_server
|
|
sha256: aa6199f908078bb1c5efb8d8638d4ae191aac11b311132c3ef48ce352fb52ef8
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "3.2.2"
|
|
http_parser:
|
|
dependency: transitive
|
|
description:
|
|
name: http_parser
|
|
sha256: "178d74305e7866013777bab2c3d8726205dc5a4dd935297175b19a23a2e66571"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "4.1.2"
|
|
intl:
|
|
dependency: transitive
|
|
description:
|
|
name: intl
|
|
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "0.19.0"
|
|
io:
|
|
dependency: transitive
|
|
description:
|
|
name: io
|
|
sha256: dfd5a80599cf0165756e3181807ed3e77daf6dd4137caaad72d0b7931597650b
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.0.5"
|
|
js:
|
|
dependency: transitive
|
|
description:
|
|
name: js
|
|
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "0.6.7"
|
|
json_annotation:
|
|
dependency: transitive
|
|
description:
|
|
name: json_annotation
|
|
sha256: "1ce844379ca14835a50d2f019a3099f419082cfdd231cd86a142af94dd5c6bb1"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "4.9.0"
|
|
leak_tracker:
|
|
dependency: transitive
|
|
description:
|
|
name: leak_tracker
|
|
sha256: "7bb2830ebd849694d1ec25bf1f44582d6ac531a57a365a803a6034ff751d2d06"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "10.0.7"
|
|
leak_tracker_flutter_testing:
|
|
dependency: transitive
|
|
description:
|
|
name: leak_tracker_flutter_testing
|
|
sha256: "9491a714cca3667b60b5c420da8217e6de0d1ba7a5ec322fab01758f6998f379"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "3.0.8"
|
|
leak_tracker_testing:
|
|
dependency: transitive
|
|
description:
|
|
name: leak_tracker_testing
|
|
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "3.0.1"
|
|
libcrypto:
|
|
dependency: "direct main"
|
|
description:
|
|
name: libcrypto
|
|
sha256: "18a97db8d88147b0b60d2755f29b5e4944181c4c1a9f52bd1ecbea1b0a5aab03"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "0.2.2"
|
|
logging:
|
|
dependency: transitive
|
|
description:
|
|
name: logging
|
|
sha256: c8245ada5f1717ed44271ed1c26b8ce85ca3228fd2ffdb75468ab01979309d61
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.3.0"
|
|
macros:
|
|
dependency: transitive
|
|
description:
|
|
name: macros
|
|
sha256: "1d9e801cd66f7ea3663c45fc708450db1fa57f988142c64289142c9b7ee80656"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "0.1.3-main.0"
|
|
matcher:
|
|
dependency: transitive
|
|
description:
|
|
name: matcher
|
|
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "0.12.16+1"
|
|
material_color_utilities:
|
|
dependency: transitive
|
|
description:
|
|
name: material_color_utilities
|
|
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "0.11.1"
|
|
meta:
|
|
dependency: transitive
|
|
description:
|
|
name: meta
|
|
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.15.0"
|
|
mime:
|
|
dependency: transitive
|
|
description:
|
|
name: mime
|
|
sha256: "41a20518f0cb1256669420fdba0cd90d21561e560ac240f26ef8322e45bb7ed6"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.0.0"
|
|
mobx:
|
|
dependency: "direct main"
|
|
description:
|
|
name: mobx
|
|
sha256: bf1a90e5bcfd2851fc6984e20eef69557c65d9e4d0a88f5be4cf72c9819ce6b0
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.5.0"
|
|
mobx_codegen:
|
|
dependency: "direct dev"
|
|
description:
|
|
name: mobx_codegen
|
|
sha256: e0abbbc651a69550440f6b65c99ec222a1e2a4afd7baec8ba0f3088c7ca582a8
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.7.1"
|
|
nanodart:
|
|
dependency: transitive
|
|
description:
|
|
name: nanodart
|
|
sha256: "4b2f42d60307b54e8cf384d6193a567d07f8efd773858c0d5948246153c13282"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.0.0"
|
|
nanoutil:
|
|
dependency: "direct main"
|
|
description:
|
|
path: "."
|
|
ref: c01a9c552917008d8fbc6b540db657031625b04f
|
|
resolved-ref: c01a9c552917008d8fbc6b540db657031625b04f
|
|
url: "https://github.com/perishllc/nanoutil.git"
|
|
source: git
|
|
version: "1.0.3"
|
|
nested:
|
|
dependency: transitive
|
|
description:
|
|
name: nested
|
|
sha256: "03bac4c528c64c95c722ec99280375a6f2fc708eec17c7b3f07253b626cd2a20"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.0.0"
|
|
on_chain:
|
|
dependency: transitive
|
|
description:
|
|
path: "."
|
|
ref: cake-update-v2
|
|
resolved-ref: "01cbbacbb05d2113aafa8b7c4a2bb766f749d8d8"
|
|
url: "https://github.com/cake-tech/on_chain.git"
|
|
source: git
|
|
version: "3.7.0"
|
|
package_config:
|
|
dependency: transitive
|
|
description:
|
|
name: package_config
|
|
sha256: f096c55ebb7deb7e384101542bfba8c52696c1b56fca2eb62827989ef2353bbc
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.2.0"
|
|
path:
|
|
dependency: transitive
|
|
description:
|
|
name: path
|
|
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.9.0"
|
|
path_provider:
|
|
dependency: transitive
|
|
description:
|
|
name: path_provider
|
|
sha256: "50c5dd5b6e1aaf6fb3a78b33f6aa3afca52bf903a8a5298f53101fdaee55bbcd"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.1.5"
|
|
path_provider_android:
|
|
dependency: transitive
|
|
description:
|
|
name: path_provider_android
|
|
sha256: d0d310befe2c8ab9e7f393288ccbb11b60c019c6b5afc21973eeee4dda2b35e9
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.2.17"
|
|
path_provider_foundation:
|
|
dependency: transitive
|
|
description:
|
|
name: path_provider_foundation
|
|
sha256: "4843174df4d288f5e29185bd6e72a6fbdf5a4a4602717eed565497429f179942"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.4.1"
|
|
path_provider_linux:
|
|
dependency: transitive
|
|
description:
|
|
name: path_provider_linux
|
|
sha256: f7a1fe3a634fe7734c8d3f2766ad746ae2a2884abe22e241a8b301bf5cac3279
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.2.1"
|
|
path_provider_platform_interface:
|
|
dependency: transitive
|
|
description:
|
|
name: path_provider_platform_interface
|
|
sha256: "88f5779f72ba699763fa3a3b06aa4bf6de76c8e5de842cf6f29e2e06476c2334"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.1.2"
|
|
path_provider_windows:
|
|
dependency: transitive
|
|
description:
|
|
name: path_provider_windows
|
|
sha256: bd6f00dbd873bfb70d0761682da2b3a2c2fccc2b9e84c495821639601d81afe7
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.3.0"
|
|
pinenacl:
|
|
dependency: transitive
|
|
description:
|
|
name: pinenacl
|
|
sha256: "57e907beaacbc3c024a098910b6240758e899674de07d6949a67b52fd984cbdf"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "0.6.0"
|
|
platform:
|
|
dependency: transitive
|
|
description:
|
|
name: platform
|
|
sha256: "5d6b1b0036a5f331ebc77c850ebc8506cbc1e9416c27e59b439f917a902a4984"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "3.1.6"
|
|
plugin_platform_interface:
|
|
dependency: transitive
|
|
description:
|
|
name: plugin_platform_interface
|
|
sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.1.8"
|
|
pointycastle:
|
|
dependency: transitive
|
|
description:
|
|
name: pointycastle
|
|
sha256: "4be0097fcf3fd3e8449e53730c631200ebc7b88016acecab2b0da2f0149222fe"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "3.9.1"
|
|
pool:
|
|
dependency: transitive
|
|
description:
|
|
name: pool
|
|
sha256: "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.5.1"
|
|
provider:
|
|
dependency: transitive
|
|
description:
|
|
name: provider
|
|
sha256: "4abbd070a04e9ddc287673bf5a030c7ca8b685ff70218720abab8b092f53dd84"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "6.1.5"
|
|
pub_semver:
|
|
dependency: transitive
|
|
description:
|
|
name: pub_semver
|
|
sha256: "5bfcf68ca79ef689f8990d1160781b4bad40a3bd5e5218ad4076ddb7f4081585"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.2.0"
|
|
pubspec_parse:
|
|
dependency: transitive
|
|
description:
|
|
name: pubspec_parse
|
|
sha256: "0560ba233314abbed0a48a2956f7f022cce7c3e1e73df540277da7544cad4082"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.5.0"
|
|
rational:
|
|
dependency: transitive
|
|
description:
|
|
name: rational
|
|
sha256: cb808fb6f1a839e6fc5f7d8cb3b0a10e1db48b3be102de73938c627f0b636336
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.2.3"
|
|
shared_preferences:
|
|
dependency: "direct main"
|
|
description:
|
|
name: shared_preferences
|
|
sha256: "6e8bf70b7fef813df4e9a36f658ac46d107db4b4cfe1048b477d4e453a8159f5"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.5.3"
|
|
shared_preferences_android:
|
|
dependency: transitive
|
|
description:
|
|
name: shared_preferences_android
|
|
sha256: "20cbd561f743a342c76c151d6ddb93a9ce6005751e7aa458baad3858bfbfb6ac"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.4.10"
|
|
shared_preferences_foundation:
|
|
dependency: transitive
|
|
description:
|
|
name: shared_preferences_foundation
|
|
sha256: "6a52cfcdaeac77cad8c97b539ff688ccfc458c007b4db12be584fbe5c0e49e03"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.5.4"
|
|
shared_preferences_linux:
|
|
dependency: transitive
|
|
description:
|
|
name: shared_preferences_linux
|
|
sha256: "580abfd40f415611503cae30adf626e6656dfb2f0cee8f465ece7b6defb40f2f"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.4.1"
|
|
shared_preferences_platform_interface:
|
|
dependency: transitive
|
|
description:
|
|
name: shared_preferences_platform_interface
|
|
sha256: "57cbf196c486bc2cf1f02b85784932c6094376284b3ad5779d1b1c6c6a816b80"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.4.1"
|
|
shared_preferences_web:
|
|
dependency: transitive
|
|
description:
|
|
name: shared_preferences_web
|
|
sha256: c49bd060261c9a3f0ff445892695d6212ff603ef3115edbb448509d407600019
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.4.3"
|
|
shared_preferences_windows:
|
|
dependency: transitive
|
|
description:
|
|
name: shared_preferences_windows
|
|
sha256: "94ef0f72b2d71bc3e700e025db3710911bd51a71cefb65cc609dd0d9a982e3c1"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.4.1"
|
|
shelf:
|
|
dependency: transitive
|
|
description:
|
|
name: shelf
|
|
sha256: e7dd780a7ffb623c57850b33f43309312fc863fb6aa3d276a754bb299839ef12
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.4.2"
|
|
shelf_web_socket:
|
|
dependency: transitive
|
|
description:
|
|
name: shelf_web_socket
|
|
sha256: "3632775c8e90d6c9712f883e633716432a27758216dfb61bd86a8321c0580925"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "3.0.0"
|
|
sky_engine:
|
|
dependency: transitive
|
|
description: flutter
|
|
source: sdk
|
|
version: "0.0.0"
|
|
socks5_proxy:
|
|
dependency: transitive
|
|
description:
|
|
path: "."
|
|
ref: "27ad7c2efae8d7460325c74b90f660085cbd0685"
|
|
resolved-ref: "27ad7c2efae8d7460325c74b90f660085cbd0685"
|
|
url: "https://github.com/LacticWhale/socks_dart"
|
|
source: git
|
|
version: "2.1.0"
|
|
socks_socket:
|
|
dependency: transitive
|
|
description:
|
|
path: "."
|
|
ref: e6232c53c1595469931ababa878759a067c02e94
|
|
resolved-ref: e6232c53c1595469931ababa878759a067c02e94
|
|
url: "https://github.com/sneurlax/socks_socket"
|
|
source: git
|
|
version: "1.1.1"
|
|
source_gen:
|
|
dependency: transitive
|
|
description:
|
|
name: source_gen
|
|
sha256: "14658ba5f669685cd3d63701d01b31ea748310f7ab854e471962670abcf57832"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.5.0"
|
|
source_helper:
|
|
dependency: transitive
|
|
description:
|
|
name: source_helper
|
|
sha256: "86d247119aedce8e63f4751bd9626fc9613255935558447569ad42f9f5b48b3c"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.3.5"
|
|
source_span:
|
|
dependency: transitive
|
|
description:
|
|
name: source_span
|
|
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.10.0"
|
|
stack_trace:
|
|
dependency: transitive
|
|
description:
|
|
name: stack_trace
|
|
sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.12.0"
|
|
stream_channel:
|
|
dependency: transitive
|
|
description:
|
|
name: stream_channel
|
|
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.1.2"
|
|
stream_transform:
|
|
dependency: transitive
|
|
description:
|
|
name: stream_transform
|
|
sha256: ad47125e588cfd37a9a7f86c7d6356dde8dfe89d071d293f80ca9e9273a33871
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.1.1"
|
|
string_scanner:
|
|
dependency: transitive
|
|
description:
|
|
name: string_scanner
|
|
sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.3.0"
|
|
term_glyph:
|
|
dependency: transitive
|
|
description:
|
|
name: term_glyph
|
|
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.2.1"
|
|
test_api:
|
|
dependency: transitive
|
|
description:
|
|
name: test_api
|
|
sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "0.7.3"
|
|
timing:
|
|
dependency: transitive
|
|
description:
|
|
name: timing
|
|
sha256: "70a3b636575d4163c477e6de42f247a23b315ae20e86442bebe32d3cabf61c32"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.0.1"
|
|
tor_binary:
|
|
dependency: transitive
|
|
description:
|
|
path: "."
|
|
ref: cb811c610871a9517d47134b87c2f590c15c96c5
|
|
resolved-ref: cb811c610871a9517d47134b87c2f590c15c96c5
|
|
url: "https://github.com/MrCyjaneK/flutter-tor_binary"
|
|
source: git
|
|
version: "4.7.14"
|
|
tuple:
|
|
dependency: transitive
|
|
description:
|
|
name: tuple
|
|
sha256: a97ce2013f240b2f3807bcbaf218765b6f301c3eff91092bcfa23a039e7dd151
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.0.2"
|
|
typed_data:
|
|
dependency: transitive
|
|
description:
|
|
name: typed_data
|
|
sha256: f9049c039ebfeb4cf7a7104a675823cd72dba8297f264b6637062516699fa006
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.4.0"
|
|
unorm_dart:
|
|
dependency: transitive
|
|
description:
|
|
name: unorm_dart
|
|
sha256: "23d8bf65605401a6a32cff99435fed66ef3dab3ddcad3454059165df46496a3b"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "0.3.0"
|
|
vector_math:
|
|
dependency: transitive
|
|
description:
|
|
name: vector_math
|
|
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "2.1.4"
|
|
vm_service:
|
|
dependency: transitive
|
|
description:
|
|
name: vm_service
|
|
sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "14.3.0"
|
|
watcher:
|
|
dependency: "direct overridden"
|
|
description:
|
|
name: watcher
|
|
sha256: "69da27e49efa56a15f8afe8f4438c4ec02eff0a117df1b22ea4aad194fe1c104"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.1.1"
|
|
web:
|
|
dependency: transitive
|
|
description:
|
|
name: web
|
|
sha256: "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.1.1"
|
|
web_socket:
|
|
dependency: transitive
|
|
description:
|
|
name: web_socket
|
|
sha256: "34d64019aa8e36bf9842ac014bb5d2f5586ca73df5e4d9bf5c936975cae6982c"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.0.1"
|
|
web_socket_channel:
|
|
dependency: transitive
|
|
description:
|
|
name: web_socket_channel
|
|
sha256: d645757fb0f4773d602444000a8131ff5d48c9e47adfe9772652dd1a4f2d45c8
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "3.0.3"
|
|
xdg_directories:
|
|
dependency: transitive
|
|
description:
|
|
name: xdg_directories
|
|
sha256: "7a3f37b05d989967cdddcbb571f1ea834867ae2faa29725fd085180e0883aa15"
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "1.1.0"
|
|
yaml:
|
|
dependency: transitive
|
|
description:
|
|
name: yaml
|
|
sha256: b9da305ac7c39faa3f030eccd175340f968459dae4af175130b3fc47e40d76ce
|
|
url: "https://pub.dev"
|
|
source: hosted
|
|
version: "3.1.3"
|
|
sdks:
|
|
dart: ">=3.6.0 <4.0.0"
|
|
flutter: ">=3.27.0"
|