screenshot_juni1289 0.0.1
screenshot_juni1289: ^0.0.1 copied to clipboard
A Flutter widget that can take screen shots
A Flutter widget that can take screen shots
Features #
A flutter widget that:
- Will ask for the Permission so you don't have to ask by yourself - You just have to add permissions for Android & iOS (Storage Permissions only)
- Will take the Global key as required param - You just have to enclose your desired widget inside the RePaint boundary and provide a unique Global key
- Will take the filename as required param - You can create the file name inside this package too ;)
- Will take the save directory - For Android you can set your desired directory, the default is Downloads
Additional information #
- Easy to use and manage
- You just have to provide your params
- Responds with a callback so you can know about your screen shot taken!
Basic Setup #
Signature Example #