Adifyr

Results 24 comments of Adifyr

Hi @ytechie. Thanks for writing in. From the brief research I did, it looks like you can export MS Teams chats to Word doc or to a .vtt file. I...

This feature would be great. I can't tell you how many times I've wanted to build a specific component and test out how it looks without committing to a full...

Hi. I'm facing the same issue on Flutter Web. I'm getting the following error log: ```console FirebaseError: [code=invalid-argument]: The maximum number of aggregations allowed in an aggregation query is 5....

So, I just reduced the amount of fields to 5. Now it's showing me a URL with the following exception: ```console FirebaseError: [code=failed-precondition]: The query requires an index. You can...

Hi. Do you have any updates on this? I am utilizing a `FirestoreListView` while also listening to a specific document using `StreamProvider` on Riverpod. And I'm facing this issue. The...

See also: https://github.com/dart-lang/sdk/issues/55948#issuecomment-2174118338. The `vector_graphics_compiler` may have other issues with WebAssembly compilation due to it conditionally importing `dart:html` libraries.

I have an issue with this as well. The moment I add a `startAfterDocument()` clause to my query, it bombs. Why is this issue occurring? Please fix this asap!

Am I the only one that used to format my columns/rows like this: ```dart @override Widget build(BuildContext context) { return Column(crossAxisAlignment: CrossAxisAlignment.start, spacing: 2.0, children: [ Text('Hello'), Text('World'), ]); }...

@moffatman @HansMuller Since `dividerThickness` takes a `double`. Make it so that any fractional value between 0 and 1 equates to 1px. And then set 0 to 0px. Frankly, you can...

>[!WARNING] I'm still getting this issue in 2.9.0 and 2.9.1 on my Flutter Web App! I think it has to do with one of my realtime listeners? Let me know...