Samuel Gadiel

Results 5 issues of Samuel Gadiel

Before, when I ran `fvm list` inside a project folder it showed which version of flutter was set to that project, like that ![image](https://github.com/leoafarias/fvm/assets/22757108/4a32ae5b-749e-4ff8-ae8e-054158d3b254) But now, when I run `fvm...

bug

We already have `whereType`, but it would be great to get the first occurrence of the given type. Here's a use case where this could come in hand. ```dart final...

I use FVM to manage the pure Flutter versions, and it works pretty well. But now I'm studying about CodePush and Shorebird, which is a modification of the Flutter SDK...

enhancement

This has already been pointed out in #976, #1000, #1019, #1022 and #1023. I'm creating this issue as an attempt to centralize the discussion and finally solve the deprecation messages...

This PR resolves #1035 Migrated from deprecated `LocationRequest` to `Priority` Priority doesn't have a PRIORITY_NO_POWER property, according to its [documentation](https://developers.google.com/android/reference/com/google/android/gms/location/Priority) we should use PRIORITY_PASSIVE `LocationRequest.PRIORITY_NO_POWER` -> `Priority.PRIORITY_PASSIVE` --- On SDK...