Wesley Lin

Results 20 issues of Wesley Lin

Currently, it's `Top-most and then left-most`, but the result looks a bit weird. How can I update the left-most first, and then top-most [This issue](https://github.com/letsar/flutter_staggered_grid_view/issues/176) also stated that the placement...

When I use [qlevar_router](https://pub.dev/packages/qlevar_router) showCupertinoModalBottomSheet shows a bottomSheet, then click the back button on the Android device, it clears the bottomSheet and pops back to previous screen (or exit the...

### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description Currently, the Supervision library provides tools for tracking objects in...

enhancement

# Description This PR adds a new utility class, MaxInstanceLimiter, which can be used to limit the number of instances while detecting objects in a video. The class includes the...

When using Flutter Web, all the translations go into `main.dart.js`, making this file very big. So the web app loads very slowly the first time user opens it. But most...

enhancement

`double? sampleRate = await MicStream.sampleRate;` works fine in `0.6.5` but in `0.7.1+2`, use `int sampleRate = await MicStream.sampleRate` never completes. Is there something I am missing? the same code upgraded...

You can see in the image below ![image](https://github.com/TheAnkurPanchani/card_swiper/assets/1687198/8707e72f-8cf8-413b-bdb5-8a29c9940cf3)

sometimes I want to cover some part of the text, only reveal these texts after user clicks on it. Thanks in advance.