# byte_array_deflate **Repository Path**: z-j-ping-com/byte_array_deflate ## Basic Information - **Project Name**: byte_array_deflate - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-30 - **Last Updated**: 2025-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # byte_array_deflate ## 简介 包含Uint8Array/ArrayBuffer压缩为二进制和decrypt解密的工具,支持null safety ## 本地环境 ```agsl [√] Flutter (Channel stable, 3.29.0, on Microsoft Windows [版本 10.0.22621.4317], locale zh-CN) [√] Windows Version (11 专业版 64-bit, 22H2, 2009) [!] Android toolchain - develop for Android devices (Android SDK version 35.0.1) [√] Chrome - develop for the web [√] Visual Studio - develop Windows apps (Visual Studio 生成工具 2019 16.11.44) [√] Android Studio (version 2024.3) [√] Connected device (4 available) ``` ## 集成步骤 #### 1、pubspec.yaml ```Dart byte_array_deflate: ^0.1.1 ``` 引入 ```Dart import 'package:byte_array_deflate/byte_array_deflate.dart'; ```