Erem
Erem
Hi, I wanted to ask you before doing this would it be appropriate to make an Enum for each permission to simplify the addition and removal of permissions? To have...
Hi, I am using your library in one of my minecraft plugins and I have this error: https://pastebin.com/WppHxW6w Thanks for your help.
### Steps to Reproduce 1. Initialize Isar with the inspector enabled in your desktop Flutter app: ```dart await Isar.open( [UserSchema, CategorySchema, CredentialSchema, CredentialSettingsSchema], directory: dir.path, inspector: true, ); ``` 2....