Jacek Nowosielski

Results 7 issues of Jacek Nowosielski

When using MasonryGridView with unique keys for each item like below: ```dart child: MasonryGridView.count( mainAxisSpacing: 10, crossAxisSpacing: 10, itemCount: state.imagesCount, itemBuilder: (context, index) => ImageTile( key: Key(state.images[index].imagePath), pictureInfo: state.images[index], viewType:...

This code does not show scrollbar. `Scrollbar( thumbVisibility: true, trackVisibility: true, controller: controller, thickness: 40, child: Padding( padding: EdgeInsets.all(38), child: MasonryGridView.count( controller: controller, physics: AlwaysScrollableScrollPhysics(), crossAxisCount: 10, mainAxisSpacing: 4, crossAxisSpacing:...

### Is there an existing issue? - [X] I have searched [existing issues](https://github.com/objectbox/objectbox-dart/issues) ### Build info - objectbox version: ^2.4.0 - Flutter 3.19.1 • channel stable • https://github.com/flutter/flutter.git - Framework...

documentation
more info required

### Use case I need to get from DB all objects that does not meet condition. box.query(MyData_.name.notOneOf(['name1','name2'])) It would be great to add that option as described in doumentation: https://docs.objectbox.io/queries#common-conditions

enhancement

This part of code runs coverage, cp.exec(`cd ${rootProjectPath} && flutter test --coverage`, (err, out) => { When e.g. sources are located on disk d: on windows and VSCode is on...

When new query is created and filtered "to the user" it also will filter all reviews which are not directly to the user but also user is member of some...

improvement

Hi, I just trying gitcc, and I found that by default after I do: gitcc init .. gitcc update .. git has 2 unwanted files inside: - update.2012-03-01T155903+0100.updt - view.dat...