zyzdev / flutter_street_view

10 stars 29 forks source link

Taking screenshot of FlutterGoogleStreetView #8

Closed siraj-logicvalley closed 2 years ago

siraj-logicvalley commented 2 years ago

how to take the screenshot of FlutterGoogleStreetView?

zyzdev commented 2 years ago

flutter_street_view cares about providing streev view api in flutter only.

You should implement it by yourself. FlutterGoogleStreetView is widget. To implement it, the discuss from stackoverflow may helpful.