Ilya Kochankov

Results 6 comments of Ilya Kochankov

Okey, I solve it by changing builder to home: ```dart home: Builder( builder: (context) => ResponsiveWrapper.builder( const HomePage(), maxWidth: 1200, minWidth: 480, defaultScale: true, breakpoints: [ const ResponsiveBreakpoint.resize(480, name: MOBILE),...

It looks like there is a problem with new pip version. The obvious fix is: `pip install virtualenv==v20.24.5` before running pre-commit Probably it's somehow related to this new feature: https://github.com/pypa/pip/issues/11924

@Littlecowherd I faced with the same problem and managed to solve it by moving from anaconda to simple venv or poetry. I'm not sure why it works so, but I...

@bjornalm thank you for your responce! Ok, I'll try to fix this problem within a week