flutter_easy_camera 0.0.7
flutter_easy_camera: ^0.0.7 copied to clipboard
EasyCamera is a Flutter plugin for seamless camera integration, offering customizable settings, preview styles, and intuitive controls for capturing images.
Changelog #
[0.0.7] - 2025-04-04 #
Changed #
- Converted package from a Flutter plugin to a normal Dart package.
- Removed unused native code for Android and iOS.
- Updated
pubspec.yaml
to remove unnecessary platform dependencies. - Cleaned up project structure by deleting
android/
,ios/
,macos/
,windows/
, andlinux/
directories. - Updated README to reflect changes and clarify package scope.
Fixed #
- Avoids unnecessary native compilation and linking, reducing app build size and maintenance effort.