-
-
Notifications
You must be signed in to change notification settings - Fork 871
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Emit a move event on zoom or center change when event source is custom #1231 * Remove unnecessary ? operator in example code found by dart analyze Co-authored-by: Hagen Schendel <mail@hschendel.de>
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0f1d5c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I seem to get a null error on WidgetsBinding.instance.addPostFrameCallback((), so wondering if it needs to be changed back to WidgetsBinding.instance?.addPostFrameCallback(() or WidgetsBinding.instance!.addPostFrameCallback((_) Not quite sure why it passed before, but does no one else get an error now ?