core/core library
Provides asynchronous compression and restoration utilities using Flutter's compute function to avoid blocking the UI thread.
Classes
- RestoreAsync
-
An asynchronous utility class for decompressing data that was compressed using the
Shrink
class. - ShrinkAsync
- An asynchronous utility class for compressing different types of data without blocking the UI.
- UniqueManualArgs
- Helper class for isolate args