Flutter-responsive-email-ui---Mobile-Tablet-and-Web
Flutter-responsive-email-ui---Mobile-Tablet-and-Web copied to clipboard
Layout is broken totally in new versions
Migrate to null safety
No
On Sat, Jun 26, 2021 at 11:44 AM akshay.kumar @.***> wrote:
Facing same . Most of them because of websafe_svg plugin was it working before?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/abuanwar072/Flutter-responsive-email-ui---Mobile-Tablet-and-Web/issues/5#issuecomment-868983055, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR2TU5SOJG2YE5YH7WPOJHTTUWVRFANCNFSM42HLTNXA .
--
Fixed in this pull #6
Thank you 🌼
On Thu, Aug 5, 2021 at 8:01 PM Babar Bashir @.***> wrote:
#6 https://github.com/abuanwar072/Flutter-responsive-email-ui---Mobile-Tablet-and-Web/pull/6
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abuanwar072/Flutter-responsive-email-ui---Mobile-Tablet-and-Web/issues/5#issuecomment-893710205, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR2TU5WBLGLMHLDWKGIK4XDT3LNZ7ANCNFSM42HLTNXA .
--
Hi everyone,
I've just updated the version of Websafe_svg in pubspec.yaml like this
# handle SVGs for Android, iOS, and Web.
websafe_svg: ^2.1.0+1
And it worked :) without making the changes from svg to png like the pull request #6
@naitbrahim worked for me, thanks!