davinci 0.0.3 copy "davinci: ^0.0.3" to clipboard
davinci: ^0.0.3 copied to clipboard

outdated

A simple flutter package to convert any widget to an image which can be used to share to other apps and chats.

Davinci #


A simple flutter package to convert any widget to an image which can be used to share to other apps and chats.

Preview #

Usage #

Imports

import 'package:davinci/davinci.dart';
import 'package:davinci/core/davinci_capture.dart';

Pseudo code

So by default the generated image name will be "davinci". But if you wish to change it, you can pass the image name in DavinciCapture.click method

await DavinciCapture.click(imageKey, fileName: "Hello");

Note #

The Generated image can be shared to other apps and chats but it is NOT stored anywhere on the device. If you wish to save it locally, you can save it from the preview page. But do remeber to add necessary permissions in info.plist and AndroidManifest.xml.

169
likes
40
pub points
89%
popularity

Publisher

verified publishergokula.dev

A simple flutter package to convert any widget to an image which can be used to share to other apps and chats.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, open_file, path_provider

More

Packages that depend on davinci