-
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(import-export): add state history minification and optimize memo…
…ry usage (#322) - Added `import_history_5_0_0_minified.dart` for example state history import with minified format - Implemented key minifier in `key_minifier.dart` to reduce export data size - Enhanced state history handling to consume less RAM during in-app usage - Updated affected models, layers, and editors for compatibility with the minified export format - Reorganized test structure, moving modules into `features` and `shared` directories - Introduced new tests for minified keys to ensure reliability
- Loading branch information
Showing
45 changed files
with
2,019 additions
and
271 deletions.
There are no files selected for viewing
File renamed without changes.
457 changes: 457 additions & 0 deletions
457
example/lib/core/constants/history_demo/import_history_5_0_0.dart
Large diffs are not rendered by default.
Oops, something went wrong.
426 changes: 426 additions & 0 deletions
426
example/lib/core/constants/history_demo/import_history_5_0_0_minified.dart
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.