Hussein Reda

Results 2 comments of Hussein Reda

> If you want to use dart > 2.7.0, you can add to `pubspec.yaml`: > > ```yaml > dependency_overrides: > postgres: 2.1.1 > ``` > > To use aqueduct to...

I faced the same issue (xx.sp return 0), In my case, this was because I used it in static variables, which try to calculate before screenutil initiated, so my solution...