mmap2_flutter

Flutter plugin for memory-mapped file I/O. This package provides Flutter-specific initialization and platform support for the mmap2 package.

Installation

Add this to your package's pubspec.yaml file:

dependencies:
  mmap2_flutter: ^0.1.0

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.

Libraries

mmap2_flutter