Mustafa Akar
Mustafa Akar
@yuyakaido I am having this exact issue. Is there an update on this, please? I am trying to load text onto cards from the internet. I put "Loading" on the...
This is because the widget includes an `initialActiveIndex` property instead of the standard `selectedIndex` property. My project requires has the same situation. It requires to go back to the previous...
@JaisonST What I mean by `selectedIndex` is exactly the same as `BottomNavigationBar`'s `currentIndex`. There are a bunch of packages that do have a `currentIndex` property besides the framework one such...
Any comments on this? It is an essential feature in my opinion. I would really appreciate it. No comments for way over a year makes me sad.
@simolus3 thank you for responding. >but I'm not sure if this is something that moor should do. I strongly disagree. Every single ORM I have ever used (EF Core, Room,...
Any updates on the @Relation? It makes data retrieval so much easier. This is very important to me. I will settle with the first decent ORM I find that supports...
I only have done some testing but haven't done extensive testing on iOS mainly due to the fact that I own neither a Mac nor an iPhone. Honestly, I learned...
Interesting find. I am going to have to look more deeper into how scroll controllers work. May I ask, are you using scroll controllers for another purpose than simply scrolling...
Assuming it is the cause of the problem, the problem makes more sense. It seem a bit to complicated. I can see how you came across this problem and none...
@mark8044 I see what you are saying. The reason I choose scaffold as the container is because the framework itself uses a scaffold for this purpose and it has additional...