Bernardo Ferrari
Bernardo Ferrari
I don't understand, is that fixed for you?
You remove it from menu xml and add to settings an item. I'm using navigation library with single activity, so you just need to follow this : https://developer.android.com/guide/navigation/
You don't, since all is fragment. You need to add an action on navigation and then call View.findNavController.navigate(R.id.actionName) On Sat, Apr 13, 2019, 09:44 Zebra wrote: > how to call...
Hey @exaby73. Nice work, I didn't know iOS had the same issue (something from skia, then?) If it is not asking too much, could you see if you can reproduce...
wow, that was so fast! I was wondering how to get that code working in C++, read a bit about the ninePatch (because there is no makeRRect) and you already...
> I'm also a bit worried about what this will do to the API complexity and performance The 'issue' I see is that Flutter is extremely coupled with Material (even...
You are right. So the question that remains is: how could we have a material3 library with Flutter's existing material in the same project without conflicts? - Convert Flutter's material...
> The actual changes to the font sizes will be purely opt-in (just like the 2018 font size changes were) using the Typography class and named constructors 2018 style was...
MaterialRail is a good example, it was never "correctly" implemented in Flutter. The duration and curve was wrong and stayed wrong for years(?). I think it was fixed a few...
> That is, people should be able to download Flutter, and immediately start writing an app with pretty buttons. Yeah, but Flutter kind of already does that for icons and...