-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PlatformException Events.availability on Android #241
Comments
@imhafeez which version of the package are you using? |
I am using |
Can you check which version the .lock file says is being referenced. If still 3.1, can you try the Dev release of 3.2 |
@imhafeez does this error exist on latest dev? |
@andzejsw Yes its still accurring. On updating event.
|
@imhafeez Is this happening on example app? |
Events also have availability arg. Are you sure that when you crate it, it isn't null? |
@andzejsw Let me check that. |
Thanks @andzejsw. It was availability arg. I was not setting that. It solved. Also on the device it throws exception on creating calendar. The issue is with calendar colour. I have changed it. and will send you pull request. Please merge it with master branch. |
@imhafeez I will add changes, that availability should be required. |
When adding events on Android it throws the following error. could anyone please help?
PlatformException(500, NOT NULL constraint failed: Events.availability (code 1299 SQLITE_CONSTRAINT_NOTNULL), null)
The text was updated successfully, but these errors were encountered: