mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
CW-798 Fix macos 15 issues (#1775)
* update flutter to 3.24.3 * bump flutter to 3.24.4, fix all android issues (i hope) * update uni_links path * update sensitive_clipboard * update dependencies * update fast_scanner * update the ref * Update how_to_add_new_wallet_type.md [skip ci] * Update how_to_add_new_wallet_type.md [skip ci] * Update how_to_add_new_wallet_type.md [skip ci] * Update how_to_add_new_wallet_type.md [skip ci] --------- Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
This commit is contained in:
parent
cfe78d4e5f
commit
505ea26533
49 changed files with 841 additions and 714 deletions
|
@ -2,7 +2,7 @@ import 'utils/translation/arb_file_utils.dart';
|
|||
import 'utils/translation/translation_constants.dart';
|
||||
import 'utils/translation/translation_utils.dart';
|
||||
|
||||
/// flutter packages pub run tool/append_translation.dart "hello_world" "Hello World!"
|
||||
/// dart run tool/append_translation.dart "hello_world" "Hello World!"
|
||||
|
||||
void main(List<String> args) async {
|
||||
if (args.length < 2) {
|
||||
|
|
|
@ -1424,8 +1424,7 @@ Future<void> generatePubspec({
|
|||
git:
|
||||
url: https://github.com/cake-tech/flutter_secure_storage.git
|
||||
path: flutter_secure_storage
|
||||
ref: cake-8.1.0
|
||||
version: 8.1.0
|
||||
ref: ca897a08677edb443b366352dd7412735e098e7b
|
||||
""";
|
||||
const cwEthereum = """
|
||||
cw_ethereum:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue