Mughees Khan

Results 17 comments of Mughees Khan

I have the same error when trying to show a snackbar. @jonataslaw

> 'let' property 'base' may not be initialized directly; use "self. init(...)" or "self = ..." instead I am having the same issue as above

Enabling usesPathAsKey and using replaceNamed() does not work.

> **[UPDATE]** I found this worked, but it just invoke `build(context) method` so, we need to put any callback we want on that build method. Not a best practices but...

@Milad-Akarie Not working with replaceNamed(). Any update on this?

Hi @simolus3 This is the exact functionality I am also looking for. I need to enable extension loading specifically for linux and windows. Can I ask why you would not...

> > Can I ask why you would not want to enable extension loading? > > My main concern is that `sqlite_flutter_libs` should behave similarly on all platforms it supports....

> Oops - I have to apologize for pointlessly leaving this hanging so long then! I think in that case it's justified to get extension support working on Windows and...