pichaflow_dart 0.1.3
pichaflow_dart: ^0.1.3 copied to clipboard
PichaFlow core Dart SDK. Provides zero-egress CDN URL generation, secure signature handshakes, on-device image optimization, and programmatic asset management.
Changelog #
0.1.3 #
Fixed #
- Fixed PichaFlowClient instantiation error and deleteResult.success check in example code.
- Removed unused variables and resolved function declaration lint issues in test files.
- Cleared unnecessary library declaration from package entrypoint.
- Wrapped single-statement conditionals in braces and refactored _ProgressMultipartRequest constructor to use super parameters.
- Wrapped generic type argument in backticks in documentation comments to avoid HTML interpretation.
0.1.2 #
Added #
- Added
X-Picha-Max-Size,X-Picha-Allowed-Types, andX-Picha-Directoryheader constraints tosecureUpload()signature handshake to match the TypeScript SDK spec. - Added detailed description field in
pubspec.yamlto improve pub.dev scores. - Standardized inline documentation and API style alignment.