About this project

native_image_cropper is a Flutter plugin that supports native circular and rectangular image cropping. It follows Flutter's federated plugin pattern, with platform-specific implementations distributed across separate packages: native_image_cropper_android for Android, native_image_cropper_ios for iOS, native_image_cropper_macos for macOS, and native_image_cropper_web for Web. Since this is an endorsed package, adding native_image_cropper to a project automatically includes the relevant platform implementations without manual configuration.