Sangam Shrestha

Results 76 comments of Sangam Shrestha

I have similar problem where if we are not using right tile bottom tiles will get overlapped. For workaround you have to use rightTiles. ```dart rightTitles: SideTitles(showTitles: true, getTitles: (_)...

> There is a temporary workaround mentioned [here](https://github.com/imaNNeoFighT/fl_chart/issues/552#issuecomment-775812719) @imaNNeoFighT Okay, do you have any idea about rotating TooltipIndicators,

Can we know when these fields will be null?

Same error for me. Was working before, did all the setup and today I updated my ArchLinux now it does not start. Catalina works Monterey does not.

Use length on File. Returns a Future that completes with the length in bytes. https://api.dart.dev/stable/2.15.1/dart-io/File/length.html After you got the file ```dart final length = await compressedImageFile!.length(); // length in bytes...

We need this feature. I moved from Firebase to Parse because it is a great OSS. But while migrating my app I have feeling of using other platform like Appwrite...

Error handling is troublesome, we need a better way.