ndelanou
ndelanou
Same problem here with timezone 'Europe/Paris'
It could be a great idea to publish a new version for the v3 supporting `analyzer` > 6.x.x I'm currently using a fork that does just that because every other...
@sohaibbg Here you go: https://github.com/ndelanou/isar/tree/analyzer-v6
Tried to modify the generated code and faced `instance_access_to_static_member` errors when accessing the generated assets. I don't think there is any workaround right now to access static variables through instances....
Hi everyone, Came across this issue yesterday and made a simple reproduction example of my usecase. Code ```dart import 'dart:developer'; import 'package:flutter/material.dart'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:riverpod_annotation/riverpod_annotation.dart'; part 'main.g.dart'; void main()...
My current fix is to change [this line](https://github.com/letsar/overflow_view/blob/ea8f655550d4cb6b88e8ff81cac8650cc1b3eaee/lib/src/rendering/overflow_view.dart#L392) by: ```dart return true; ```
@goderbauer I just came back from vacation. I'll get back to it soon. Thanks for asking 👍
> And then, how about this, we can deprecate the dismiss threshold map, since folks could achieve the same thing in the new callback. What do we think? Well, I...
We are also facing the same issue with versions above Dart 3.5 / Flutter 3.24.0 It happens every time time we add/update a const value (also with enum) Note that...
This is a big deal 🚨 We are now unable to receive notifications on iOS since our notification system is based on data-only push notifications. Nothing goes through.