cedvdb

Results 233 comments of cedvdb
trafficstars

I have no idea how you found the correct one, but that's indeed the case, that stackoverflow post I posted was not from me. > in particular we may or...

The original request was about generics, the counter examples don't use generics ```dart foo(ReadState state) { if( state is ReadCompleted) { print(state.output); // won't work today but should be inferred...

I had in mind a "x" inside the shield but a question marks may actually makes more sense.

Same even with fine location enabled: ``` ``` Adding the override fixes the issue ``` # Fix for https://github.com/Baseflow/flutter-geolocator/issues/1515 dependency_overrides: geolocator_android: 4.5.4 ```

@iapicca Is this issue to update the name and icon when a PWA is installed on a mobile device ? Or is it to update the actual code. If it's...

> (Well, you can make it a private name, but that's ugly, and we don't want everybody making their positional parameters private just to not get trapped with a name...

@munificent I'm interested in reading your proposal

This implicit name proposal made me think of this again. Today I can change `foo(int x, int y)` into `foo(int y, int x)` which could be a breaking change unenforced...

phone_numbers_parser (the library used by this one) has that information so this is implementable. Feel free to add this

Did it work for you both ?