svg_pic_editor 1.2.0 copy "svg_pic_editor: ^1.2.0" to clipboard
svg_pic_editor: ^1.2.0 copied to clipboard

A Flutter plugin for SVG editing and manipulation.

Changelog #

1.2.0 #

Added #

  • Support added for multiple platforms (Android, iOS, Web, Windows, macOS, Linux).
  • Adjustments to the homepage for better presentation and documentation.
  • New folder structure to facilitate code maintenance and navigation within the project.

Fixes #

  • Removed deprecated color property in SvgPicture.
  • Adjustments to dependencies to support the new platforms.
  • Updated examples in the README to reflect recent changes.

Notes #

  • This version includes significant improvements in project structure and user experience.
  • Multi-platform support allows for broader reach and better compatibility.
  • We recommend users test the functionalities on all supported platforms to ensure a consistent experience.

1.1.3 #

Fixes #

  • Removed deprecated color property in SvgPicture.

Notes #

  • Updated to remove deprecated color property in SvgPicture.

1.1.2 #

Fixes #

  • Updated README examples to reflect recent changes.

Notes #

  • Corrected typos in the README examples.

1.1.1 #

Fixes #

  • Updated README examples to reflect recent changes.

Notes #

  • Corrected typos in the README examples.

1.1.0 #

Added #

  • Initial implementation of SvgPicEditor.
  • Support for loading SVG from assets, URLs, and strings.
  • ElementSvg class for modifying SVG elements.
  • Usage examples in the README.
  • Shimmer effect loading implementation while SVG is being processed.
  • Improved SVG cleanup method for better compatibility.

Fixes #

  • Adjusted factory methods in SvgPicEditor; the first argument is now automatically the context.
  • Updated README examples to reflect recent changes.
  • Fixed color naming convention to color.
  • Code review to eliminate redundancies and improve maintainability.
  • Performance optimizations for SVG loading.
  • Improved error handling during loading.

Notes #

  • This is the 1.1.0 release and may contain bugs or limitations.
  • Enhanced user experience during SVG loading.
  • General improvements in code quality and documentation.

1.0.5 #

Fixes #

  • Performance optimizations for SVG loading.
  • Improved error handling during loading.

Notes #

  • SvgPicEditor performance has been enhanced for a more robust and efficient experience.

1.0.4 #

Fixes #

  • Code review to eliminate redundancies and improve maintainability.
  • Documentation updates to include new features and fixes.

Notes #

  • General improvements in code quality and documentation.

1.0.3 #

Added #

  • Shimmer effect loading implementation while SVG is being processed.
  • Improved SVG cleanup method for better compatibility.

Notes #

  • Enhanced user experience during SVG loading.
  • Refactored code for improved clarity.

1.0.2 #

Fixes #

  • Adjusted factory methods in SvgPicEditor; the first argument is now automatically the context.
  • Updated README examples to reflect recent changes.
  • Corrected typos.

Notes #

  • Adjustments to SvgPicEditor implementation.
  • Improvements in README documentation.

1.0.1 #

Added #

  • Corrected color naming convention to color.

Notes #

  • Corrected a typo.

1.0.0 #

Added #

  • Initial implementation of SvgPicEditor.
  • Support for loading SVG from assets, URLs, and strings.
  • ElementSvg class for modifying SVG elements.
  • Usage examples in the README.

Notes #

  • This is the initial release and may contain bugs or limitations.
30
likes
130
points
117
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for SVG editing and manipulation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg, http, plugin_platform_interface, shimmer, xml

More

Packages that depend on svg_pic_editor

Packages that implement svg_pic_editor