gabrielginter

Results 18 comments of gabrielginter

@Letalus Releasing a beta version (e.g.: 0.3.0-nullsafety.0) to pub.dev would be the easiest and fastest way to test for everyone probably :) I've been testing packages that way for a...

Supersampling workaround doesn't seem to be working anymore on the new Flutter version (issue https://github.com/dnfield/flutter_svg/issues/1013). Is there another way to solve this?

I believe I experienced the same issue as you on iOS but after enabling landscape mode on the info.plist I was able to control the behavior. If you wanna allow...

This can be achieved by using the existing `ColorMapper` as follow: ```dart SvgPicture( const SvgAssetLoader( 'path/to/my/awesome.svg', colorMapper: SvgColorReplacer( colors: [ Color(0xff6c63ff) ,], replacements: [ Color(0xffff0000), ], ), ), fit: BoxFit.contain,...

It seems the issue has escalated and now my app crashes in iOS when tapping on notifications and the cause seems to be ably. I'm using: Flutter: 3.0.3 ably_flutter: 1.2.14...

Upgrading to `firebase_messaging v11.4.2` (latest) will cause a crash when using together with `ably_flutter` on iOS, downgrading to `11.4.1` fixes it, but now I'll be unable to upgrade `firebase_messaging` package...

Thank you @darwin-morocho I will be testing the version as soon as I finish migrating a few things of my own.

@darwin-morocho I've been testing it for a couple of days already and all seems to be working well :) I will make sure I report any issue I find

@darwin-morocho a stable version would be highly appreciated

> Hi I am working in the new versión of this plugin it could have some breaking changes Good to hear you are working on a new version, I'm not...