runwayml_flutter 0.0.7+1
runwayml_flutter: ^0.0.7+1 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.7+1 #
- Formatted code using
dart formatfor better readability and adherence to Dart style guidelines - Improved pub points score
0.0.7 #
- Updated minimum Dart SDK requirements
- Updated dependencies for both main package and example folder
- Improved compatibility with latest Flutter and Dart versions
- Formatted code using
dart formatfor better readability and adherence to Dart style guidelines
0.0.6 #
- Fixed minor inconsistencies in the documentation.
0.0.5 #
- Updated README.md for improved clarity and structure.
- Fixed minor inconsistencies in the documentation.
0.0.4 #
- Updated README with a more aesthetic and structured format.
- Added a link to the Medium article introducing the package.
- Added a link to the YouTube video showcasing the package.
- Improved package metadata, including
homepage,issue_tracker, andfundinglinks. - Added
topicsfor better discoverability onpub.dev. - Updated
pubspec.yamlto match best practices.
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_playerdependency to reduce package size. - Reformatted code to improve readability and maintainability.
- Improved package score on
pub.devby following best practices.
0.0.1 #
- Initial release of the
runwayml_flutterpackage. - 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.