Mathias Poimer
Mathias Poimer
I'm seeing the same with Xcode 13.4, where it only happens if I'm trying to use 3.2.0. When choosing exact "3.1.0" it does not show an error
> I think we should also exclude the generated models from the swiftlint step - this can be done in the swiftlint config file @fgeistert This is already done in...
Would be fixed here #896
@rrousselGit am I correct by using it the following way?: ```dart Future onPushNotificationsChanged({required bool enabled}) async { final scheduledSubscription = ref.container.listen(hasScheduledNotificationsProvider.future, (previous, next) {}); try { final hasScheduledNotifications = await...
Having the same issue. Any updates on this?