flutter_multi_screenshot 1.0.5
flutter_multi_screenshot: ^1.0.5 copied to clipboard
A Flutter plugin for capturing screenshots on Linux.
Changelog #
1.0.5 Reduced Flutter SDK Requirements #
- Lowered minimum Flutter SDK requirement from >=3.10.0 to >=3.7.0
- Improved accessibility for projects using earlier Flutter versions
- Maintains compatibility with modern Flutter features
1.0.4 Latest Flutter SDK Compatibility Update #
- Updated Flutter SDK constraints to support latest versions (>=3.10.0)
- Updated flutter_lints to ^5.0.0 for better code quality
- Fixed test compatibility issues
- Improved dependency resolution for modern Flutter projects
1.0.3 Previous Version #
- Supports capturing single and multiple screens.
- Save as files or Base64.
- Works on X11 (Wayland support requires configuration).
0.0.1 Initial Release #
- Supports capturing single and multiple screens.
- Save as files or Base64.
- Works on X11 (Wayland support requires configuration).