Ilya Kochankov
Ilya Kochankov
First, I want to thank you for an awesome plugin!❤️🔥 This issue doesn't require any fixes! It's aimed to help others who can face with this issue. My local Pylint...
```dart builder: (context, widget) => ResponsiveWrapper.builder( const HomePage(), maxWidth: 1200, minWidth: 480, defaultScale: true, breakpoints: [ const ResponsiveBreakpoint.resize(480, name: MOBILE), const ResponsiveBreakpoint.resize(800, name: TABLET), const ResponsiveBreakpoint.resize(1000, name: DESKTOP), ], background:...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Description if I try to use many different pg connections in dashboard it...