runwayml_flutter 0.0.3
runwayml_flutter: ^0.0.3 copied to clipboard
A Flutter package that provides a Dart wrapper for the RunwayML API, enabling integration of AI-generated content into Flutter apps.
0.0.3 #
- Added a package logo for better visibility on
pub.dev
. - Updated documentation to improve clarity and usability.
- Ensured package metadata follows best practices.
0.0.2 #
- Removed unnecessary
video_player
dependency to reduce package size. - Reformatted code to improve readability and maintainability.
- Improved package score on
pub.dev
by following best practices.
0.0.1 #
- Initial release of the
runwayml_flutter
package. - Added support for interacting with the RunwayML API to generate videos from images and text prompts.
- Features include:
- Video generation with customizable parameters like image URL, seed, model, prompt text, watermark, duration, and ratio.
- API key authentication for secure interactions.
- Error handling for API responses.