Diego Ponce de León

Results 46 comments of Diego Ponce de León

It has some issues. I´m preparing a PR not only with command line fixes but a global refactoring and upgrading Core project to netstandard. https://github.com/jmmortega/Measurer4000/compare/master...xleon:diego/console-command?expand=1

Same thing here. All of our UI tests passed correctly, but this is happening in prod in HTC and Huawei devices. ![image](https://github.com/xamarin/Xamarin.Forms/assets/145087/a85ba5a6-1dc4-4427-9ed2-f6b164a088cf)

I can move it by manually adding a view with `IsHitTestVisible="False"` at the top. Is this by design or a bug? ```xml ```

Hi, new to Riverpod here. This is my case: ```dart @Riverpod(keepAlive: true) class Package extends _$Package { @override PackageInfo? build() { return null; } Future init() async => state =...

Ha!, found the answer to my question right in the docs: https://riverpod.dev/docs/concepts/scopes#initialization-of-synchronous-provider-for-async-apis

I don´t see any reason to discard localization files, Android Resource files and friends from the stats. That´s a part of the project like any other code file right?