mmap2_flutter 0.2.1
mmap2_flutter: ^0.2.1 copied to clipboard
Flutter plugin for memory-mapped file I/O with native library support.
mmap2_flutter #
Flutter plugin for memory-mapped file I/O. This package provides pre-built native libraries for Android and iOS platforms to support the mmap2 package.
Installation #
Add this to your package's pubspec.yaml
file:
dependencies:
mmap2_flutter: ^0.2.1
Usage #
see mmap2
Platform Support #
- ✅ Android (arm64-v8a, armeabi-v7a, x86_64)
- ✅ iOS (arm64, Universal)
- ✅ Windows (x64)
- ✅ Linux (x64)
- ✅ macOS (Universal: Intel + Apple Silicon)
License #
This project is licensed under the MIT License - see the LICENSE file for details.