pixelscope 0.0.6
pixelscope: ^0.0.6 copied to clipboard
A new MicroScope SDK Package.
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';