duytq94 / flutter-intro-slider

Simple and configurable app introduction slider for Flutter
https://pub.dartlang.org/packages/intro_slider
MIT License
677 stars 141 forks source link

image set base64 #74

Closed rodrigoAOliveira closed 4 years ago

rodrigoAOliveira commented 4 years ago

It would be possible to add the image coming from the web in base64

duytq94 commented 4 years ago

You can use centerWidget to replace the image by any widget you would like, at that time you can set that widget is the image from base64.

rodrigoAOliveira commented 4 years ago

Thanks, very good