flutter_vision_craft 2.1.3 flutter_vision_craft: ^2.1.3 copied to clipboard
Vision Craft AI Image generator flutter package.
Changelog #
1.0.0 - Initial Release (2023-11-28) #
Added #
- Initial release of the VisionCraft Flutter package.
- Integration with VisionCraft API for image generation.
- Functions to generate images, get a list of available models, and retrieve available samplers.
- Basic usage example in the README.md file.
1.0.1 #
- Removed my secret api key in the example folder.
1.1.0 #
- Updated the baseUrl since the api request url changed.
1.2.0 #
- Updated the baseUrl since the api request url changed.
1.2.1 #
- Error generating image 404 : Fixed ❤️❤️🔥
1.2.2 #
- API URL changed 🔥🔥
1.2.3 #
- Added new parameter "watermark".
1.3.4 Major -v #
- Added XLModel use 🚀
- Added Image 2 Image 🚀😁
- Added Text 2 GIF 🚀🔥
- Added Image Upscale 💻🌐
- Added easy use of choosing samplers, models etc. Example - AIModels.anythingV5 ❤️😁
1.3.6 #
- API Url fixed.
1.4.6 #
- Fixed the Premium XL Models. 🚀
- Optimized code. 🔥
- Easy code implementation. ❤️
2.0.0 #
- Added new 19 AI Styles, this is how you use it "aiStyle: AIStyles.cartoon" 🔥❤️
2.0.1 #
- API Url updated.
2.0.2 #
- Updated XLModels.
2.0.3 #
- Removed Playground V2 Model 😭🥹
2.1.3 #
- Changed api url.
- Changed how you initialize the package, check on example or readMe.md
- Added custom api url but it is optional. (For Experienced developers only)