Fabricio Rubio Gaston

Results 3 issues of Fabricio Rubio Gaston

How can i delete user-defined functions ? ```js db.function('add2', (a, b) => a + b); ``` for example, here i defined the function `add2`, if i wanted to delete it...

enhancement

Please before merging the pull request check if everything in the documentation is fine. A friend of mine tried to install this, but he does not have any idea of...

### Is there an existing issue? - [x] I have searched [existing issues](https://github.com/objectbox/objectbox-dart/issues) ### Use case I'm trying to create an entity like this: ```dart @Entity() class ActivityRatingEntity { ActivityRatingEntity({...

enhancement