pic_translator 1.0.3+4 copy "pic_translator: ^1.0.3+4" to clipboard
pic_translator: ^1.0.3+4 copied to clipboard

A Flutter plugin for translating text in images from one language to another. It extracts text from images using ML Kit and overlays the translated text on the original image

Changelog #

1.0.3+4 - 2025-03-31 #

Added #

  • Static convenience methods for direct use:
    • getTextFromImage() - Extract text from image path
    • translateTextFromImage() - Get translated text from image path
    • createTranslatedImageFromPath() - Create translated image from path
    • translateImage() - Get complete translation results
    • translateAndSaveImage() - Translate and save to custom location
  • Zoom functionality for better examination of translated text
  • Share and save options for translated images
  • Comprehensive example app demonstrating all features

Fixed #

  • Resolved duplicate translations issue in rendered images
  • Fixed memory leaks when processing multiple images
  • Improved font sizing algorithm for better text readability
  • Enhanced language detection for non-English source text
  • Fixed issue where translation only worked for the first image

Improved #

  • Enhanced text block positioning in translated images
  • Performance improvements for faster processing
  • Expanded documentation with more examples

1.0.0+1 - 2025-03-22 #

Initial Release #

  • Core functionality for extracting text from images
  • Translation capabilities for 15 languages
  • Image processing to overlay translated text
  • Ready-to-use widget component
  • Custom theming support
  • Documentation and examples
3
likes
120
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for translating text in images from one language to another. It extracts text from images using ML Kit and overlays the translated text on the original image

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, google_fonts, google_ml_kit, image, image_picker, path_provider, permission_handler, share_plus, translator

More

Packages that depend on pic_translator