Agon Noga
Agon Noga
Having dialogs and bottom sheets as part of the routing isn't being planned to be supported in v5, yes?
Use AssetImage or NetworkImage.
Show your code when using my above suggestion.
Oh you're using QrPainter, not QrImageView. Is that intentional?
QrPainter expects a type of Image from dart:ui, not flutter/widgets.
@lukef Can you convert this issue to discussion? > So, what should I do to give it an image when exporting the QR ? https://pub.dev/packages/flutter_svg_provider
@Appwrite-Guru You can add this to your pubspec to make those warnings go away: ```yaml dependency_overrides: flutter_web_auth: git: url: https://github.com/noga-dev/flutter_web_auth.git ref: ee3c26a530a625c3cab7e0c45cc30316c8b4b64c ```
> Need to be more specific. For the most part this is just using stock CSS and markup provided. Unclear the not smooth part. I can also see it. If...
> Ahh right I meant to come back to this.. Yeah a Suspense Transition without pending state indicator. We don't recede back to fallback but only show the new content...
> FWIW, I now went through all Real Word demos in https://codebase.show/projects/realworld and observed few things: > > 1. None of the demos have implemented skeletons > 2. None of...