qianduo_midjourney_api 1.0.2
qianduo_midjourney_api: ^1.0.2 copied to clipboard
A Dart package for interacting with QianDuoDuo's MidJourney API service. Generate, upscale images and monitor task status through MidJourney's API service.
Changelog #
1.0.2 #
- Added imageUrl field to TaskStatus model
- Automatically set imageUrl when task status is SUCCESS
- Improved task status handling
1.0.1 #
- Updated package name to qianduo_midjourney_api
- Updated documentation with correct package name and import instructions
- Fixed library name in main entry file
1.0.0 #
Initial release of the midjourney_api package.
Features #
- Generate images using text prompts
- Upscale generated images
- Monitor task status and progress
- Automatic task polling
- Error handling and type safety
- Comprehensive logging
Implementation Details #
- Implemented MidJourney API client
- Added support for image generation
- Added support for image upscaling
- Added task status monitoring
- Added error handling
- Added comprehensive documentation