cake_wallet/cw_mweb
cyan 102ab8dbe6
CW-875 BackupServiceV3 ()
* implement v3 backup system

- Add new BackupServiceV3 with chunked backup support and checksums
- Implement json-based metadata in backup system
- Instead of binary file export a .zip file that user can open and
see that it is a cake backup
(should also prevent 3rd party software from corrupting binary
data inside of the file, in case it doesn't checksum will fail,
and user will know for sure that backup got corrupted)
- Update flutter to 3.27.4 to use archive ^4.x.x (it offers in memory
archive operations)

* fix wallets not getting restored properly

* prevent out of memory errors on files that are way too big during restore

* Update lib/view_model/backup_view_model.dart [skip ci]

* Update lib/core/backup_service.dart [skip ci]

* Update lib/core/backup_service.dart

---------

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2025-03-22 03:16:54 +02:00
..
android CW-798 Fix macos 15 issues () 2024-11-25 16:08:30 +02:00
ios Migrate to .xcframework () 2025-02-17 15:53:10 +02:00
lib CW 781 replace all print statements with printV () 2024-12-09 20:23:59 +02:00
macos litecoin mweb support () 2024-09-28 05:22:25 +03:00
.gitignore litecoin mweb support () 2024-09-28 05:22:25 +03:00
.metadata litecoin mweb support () 2024-09-28 05:22:25 +03:00
analysis_options.yaml litecoin mweb support () 2024-09-28 05:22:25 +03:00
CHANGELOG.md litecoin mweb support () 2024-09-28 05:22:25 +03:00
LICENSE litecoin mweb support () 2024-09-28 05:22:25 +03:00
pubspec.yaml CW-875 BackupServiceV3 () 2025-03-22 03:16:54 +02:00
README.md litecoin mweb support () 2024-09-28 05:22:25 +03:00

cw_mweb

A new Flutter plugin project.

Getting Started

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.