isar communicates with inspect.isar.dev by default

Issue If you write a flutter app and use the isar storage engine, the running app emits something like this: flutter: ╔════════════════════════════════════════════════════╗ flutter: ║ ISAR CONNECT STARTED ║ flutter: ╟────────────────────────────────────────────────────╢ flutter: ║ Open the link to connect to the Isar

Continue reading

gridview.builder is not scrollebel?

Issue this is my program but it shows error gridview.builder is not scroll so it shows error in this gridview it is not working properly it shows error GridView.builder( shrinkWrap: true, gridDelegate: SliverGridDelegateWithFixedCrossAxisCount( crossAxisCount: 2, ), itemCount: 4, itemBuilder: (BuildContext

Continue reading