Skip to content

Conversation

RodrigoSMarques
Copy link
Contributor

Bug fixes
General improvements
Updated dependencies

gunhaxxor and others added 30 commits March 5, 2021 15:56
How to use the ParseUser.forQuery() function
ParseCoreData is only initialized by Parse.
Parse sets default values for debug and autoSendSessionId
So we can just pipe them down to ParseCoreData
The class members are only set in the init function and the init
function is not called at a later point in time.

==> Each variable, if it is not set, is null anyway
It is always null when executing init
Should use late keyword
fischerscode and others added 28 commits June 9, 2021 12:27
this should break nothing and instead fix forced not-null casts on null objects
this makes the code easier to maintain
this makes the code easier to maintain
this should break nothing and instead fix forced not-null casts on null objects
this should break nothing and instead remove forced not-null casts on null objects
this should break nothing and instead remove forced not-null casts on null objects
I think those where missed when splitting the package.
This fixes a bug where a "Null check operator used on a null value"-error
I've broken this part while removing the not-null casts. My second attempt works :-)
…elation.getQuery

- New ParseQuery method: whereWithinPolygon
- Bugfix  ParseQuery methods: whereContainsWholeWord, whereEndsWith,
- Bugfix ParseRelation.getQuery()
-  ParseGeopoint: value validation
- Updated Dependencies version in pubspec.yaml
Documentation update: README and CHANGELOG
New method for ParseQuery / Bugfix ParseQuery methods / Bugfix ParseRelation.getQuery
Update dependencies in pubspec.yaml for Release Version
@RodrigoSMarques RodrigoSMarques merged commit f40cb52 into master Jun 28, 2021
@mtrezza mtrezza deleted the nullsafety branch May 30, 2022 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants