Skip to content

Pavel401/Medium-Tutorials

Repository files navigation

Flutter Widget to Image Converter Demo

This is a Flutter app demo that showcases the functionality of converting any Flutter widget to an image.

Features

  • Convert any Flutter widget to an image.
  • Share the converted image with other apps.

Screenshots

Screenshot_1685127321|!

screen-20230527-001707.mp4

Requirements & packages

  • Flutter SDK (version latest)
  • path_provider: ^2.0.15 ( for storage path)
  • share_plus: ^7.0.1 / social_share: ^2.3.1 (intent to open sharing bottom sheet)
  • sizer: ^2.0.15 (optional to calculate size)

Installation

  1. Clone the repository:
git clone https://github.com/Pavel401/Medium-Tutorials
  1. Change to the project directory:
cd your-repository
  1. Install the dependencies:
flutter pub get

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

Convert offscreen widgets to Image in Flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published