pixelscope
A powerful Flutter plugin that simplifies capturing and processing pixels.
Features
- Platform-specific implementations for Android and iOS
- Easy-to-use API with minimal setup
- Well-structured code ready for quick integration
Installation
- Add
pixelscope
as a dependency in yourpubspec.yaml
. - Run
flutter pub get
. - Import the package in your Dart code:
import 'package:pixelscope/pixelscope.dart';