Daniil Kostin

Results 9 comments of Daniil Kostin

I've found the way to achieve this: ```dart BlendMask( opacity: _spotOpacity.value, blendMode: _blendMode, child: SvgPicture.asset('assets/triangle.svg')); ``` ```dart class BlendMask extends SingleChildRenderObjectWidget { final BlendMode blendMode; final double opacity; const BlendMask({...

For events I need to send custom events like "model has been created" to a broadcaster, but this is custom code too. > What would an `@Event` do? It's just...

root.child('/users' + uid).userType.val() == type

I have, maybe, the same issue. It does not work after switching quality. iOS 13.5.1

I use [logging](https://pub.dev/packages/logging) with PrettyPrint from `logger` it much simpler

I made some refactoring with svg. It support Drawable interface and a user has possability to draw what he wants with this. There is an example with SVG. I think...

I think it's senseless for Singletons, because a singleton is the only one instance of a class. You need some kind of singleton factory which will be return a class...

@GENL This is possible for iOS, but for Android you have to make a background service and user should register this in settings. This service should allow you to process...

iPhone 7 Plus iOS 13.5.1 iPhone 11 Pro iOS 14.1 work well ``` Flutter 1.22.4 • channel stable • [email protected]:flutter/flutter.git Framework • revision 1aafb3a8b9 (12 days ago) • 2020-11-13 09:59:28...