Aliaksei Tratseuski

Results 7 comments of Aliaksei Tratseuski

package with this name is not found on npm anymore

i guess it should be closed now after migration to null-safety, where required is kinda mandatory now. or i could do this one here on coming weekend, if this task...

@AtomSeven https://api.flutter.dev/flutter/dart-ui/Rect-class.html

@gaddlord as far as i understand, in your example precedence gets default int + operator. int and double are not strictly classes, because they are implemented on the platform-specific basis,...

also, it could be cleaner done through extension, i.e. ```dart enum AnimalType{ dog, cat, parrot }; extension on AnimalType { static const _foodTypes =['meat', 'fish', 'fruit']; String get foodType =>...

you should be able to provide headers through `http.Client` configuration, nope?

@alnitak, How do you now track filter statuses between hot restarts? i.e. I'm following codelab from google io 2024, and there were a line that we could check status with...