Shrijan Regmi

Results 13 comments of Shrijan Regmi

Starting from isar v4, you don't need isar_generator. Just add the following as dependencies in your `pubspec.yaml` file: ``` isar: ^4.0.0-dev.14 isar_flutter_libs: ^4.0.0-dev.14 ``` You do need `build_runner` though. Add...

Hey @rayliverified, What's the equivalent of `ResponsiveWrapper.of(context).screenHeight` in the new update?

I was actually asking about `screenHeight` and not `scaleHeight`. I found it though: ```dart ResponsiveBreakpoints.of(context).screenHeight ```