psd_sdk 0.2.1
psd_sdk: ^0.2.1 copied to clipboard
A Dart library that directly reads Photoshop PSD files. Supports limited export functionality.
0.2.1 #
- Updated SDK constraints to support modern Dart runtimes
0.2.0 #
- Converted static classes to proper Dart enums for better type safety and idiomatic Dart code
- Added
fromValue
methods to all enums for proper value conversion - Improved documentation and code organization
- Updated SDK constraints to support modern Dart runtimes
- Enhanced cross-platform compatibility
0.1.6 #
- Added nullchecks in interleave functions.
0.1.5 #
- Added documentation
0.1.4 #
- Get last error function
0.1.3 #
- API cleanup
0.1.2 #
- Updated readme
0.1.1 #
- Cleanup
0.1.0 #
- Initial version, created by Stagehand