Fareez Iqmal
Fareez Iqmal
Project maintainers, I would appreciate if you can publish the latest master to the pub.dev..
Is this is what you guys are trying to achieve? The counter is from the Arduino. https://user-images.githubusercontent.com/60868965/209126724-684a16fe-0de9-4ede-912f-c6032046ab08.mp4 Super simple Arduino code: ```cpp int i = 0; void setup() { //...
I encountered the similar behavior as well. The culprit is with the [**flutter_compass**](https://pub.dev/packages/flutter_compass) plugins, specifically at version 0.7.0 https://github.com/hemanthrajv/flutter_compass/issues/65 https://github.com/hemanthrajv/flutter_compass/issues/64 There is a fix that was merged https://github.com/hemanthrajv/flutter_compass/pull/68, but the...
I see. Understood but you have any idea I can get the preview of the dynamic link itself?
@Amitbhave I'm not really sure about the requirement. The docs not really helpful. The link preview (that I want) works on major social platform (WhatsApp, Twitter etc). Dynamic Link social...
Same here. Is this related to the recent plugin V2 Android embedding migration? Hope there is a fix.
I noticed that commit on master branch already fixed the issues, but the version is not yet published to pub dev. Perhaps @hemanthrajv can help publish the latest version of...
I agree with you. Creating stream every time the user send a message is not the best practice.
Yeah, I'm having the similar issue with Next JS 14. Code below works in development but failed to build for production. ```js import { ApiReference as VueComponent } from '@scalar/api-reference'...