m-j-g
m-j-g
Hey guys, thanks for doing the port of Lottie for Flutter. I have a Lottie file that is supposed to look like this:  But when I run it...
What is the correct way to use captureFromWidget with a height that is larger than the screen? I have tried to manipulate the widgets in several ways, but I am...
@SebastienBtr @fayeed Hey guys, this isn't a negative, pushy question so please don't take it that way. I'm trying to get a pulse for the health of the library or...
I noticed this wasn't in the list on the 2.0 thread. Having the ability to "Like" a message makes a big difference in the amount of activity. People don't always...
I'm curious how people handle the common scenario of loading earlier messages while maintaining the correct scroll position. Example: Scroll to the top > load earlier messages > Replace the...
**Describe the bug** sendOnEnter does a line return on web instead of sending message. using: dash_chat: 1.1.11 **To Reproduce** Steps to reproduce the behavior: 1. set sendOnEnter: true 2. run...
Just wanted to tell ya, that I had implemented neumorphic elements in my app using https://pub.dev/packages/flutter_neumorphic. I have a decent number of elements, and was experiencing some mild jank when...
I'm curious about this behavior I'm seeing. When using this template, I create an about page /about/page.tsx that only has: `export default function About() { return About }` While building...
**Describe the data bug** sportsdata_id ** Which file is having trouble?** db_fpecr_latest **Expected data** sportsdata_id (along with some other ID's) used to not show NA for every player
**Which API doesn't behave as documented, and how does it misbehave?** setAsset(), play() On web (chrome), the first asset that is set will play every time this is triggered. Even...