TheManuz
TheManuz
Finally I've found it! 🎉 The problem is the following: in `AppDelegate.swift`, when registering `UNUserNotificationCenter` delegate, **ORDER DOES MATTER!** so, to make it work, this is the correct way to...
Can confirm, it's not working on Sketch 71.1
Me too, I've used your plugin for a long time, and even if Sketch offer an inspector with Sketch Cloud, I feel that I want to keep my files local,...
I found in my tests that `autocomplete="off"` doesn't work anymore. The new (hacky) way is to set` autocomplete="new-search"`. I've asked to explicitly propagate the parameter on the compiled `` just...
I'll try to find another iPhone to test it, meanwhile here's the verbose output. [verbose_run.txt](https://github.com/flutter/flutter/files/11614730/verbose_run.txt) Is there any chance you can test this on another iPhone? EDIT: - tested on...
Upvote for this. I would have used ```dart ShapeDecoration( shape: ContinuousRectangleBorder( borderRadius: BorderRadius.circular(8), ), ); ``` which does the same but without using external packages.
Thanks for investigating the exception. We have 59 reports of this crash on 35 users, with these specifics: - `ably-flutter` version `1.2.15` - `flutter` version `flutter: 3.7.9` - Android versions...
Sure, this is the class that uses `ably_flutter`: ```dart import 'package:ably_flutter/ably_flutter.dart'; import 'package:async/async.dart'; import 'package:my_app/core/logger.dart'; import 'package:my_app/notification/API/druid_notification.api.dart'; import 'package:my_app/notification/model/rtcManagers/rtc_manager.dart'; class AblyRtcManager extends RtcManager { final Realtime realtime; AblyRtcManager({ required String...
Didn't happened on my device, it happened in my production app, and I've got the log through Crashlytics. Devices involved: - OnePlus Nord2 5G - Redmi Note 9S - Redmi...
Thanks @michalsrutek, I solved using `3.0.0-beta.2`