-
-
Notifications
You must be signed in to change notification settings - Fork 866
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Center scroll wheel zoom on mouse pointer (#1191)
* Center scroll wheel zoom on mouse pointer. * Formatting fixes. * Remove unused import. * Resolve Formatting Issues * Fix Issue From Formatting Co-authored-by: Luka S <58115698+JaffaKetchup@users.noreply.github.com> Co-authored-by: Luka S <lukastilling@gmail.com>
- Loading branch information
1 parent
17c1298
commit aec8274
Showing
1 changed file
with
19 additions
and
14 deletions.
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
aec8274
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.
I am new to Flutter. My gestures.dart in flutter pub-cache folder still shows the old code (left). How would I go about to update my flutter_map to use the new commited code from github (right) ?