Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Apus Drones
apus-drones-frontend
Commits
f23819e7
Commit
f23819e7
authored
3 years ago
by
bvinicius
Browse files
Options
Download
Email Patches
Plain Diff
Corrige o comportamento do scroll no mapa do pedido
parent
bc8c397c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/widgets/MapView.dart
+5
-0
lib/widgets/MapView.dart
with
5 additions
and
0 deletions
+5
-0
lib/widgets/MapView.dart
View file @
f23819e7
import
'package:flutter/cupertino.dart'
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/material.dart'
;
import
'package:google_maps_flutter/google_maps_flutter.dart'
;
...
...
@@ -35,6 +37,9 @@ class _MapViewState extends State<MapView> {
initialCameraPosition:
initialPosition
,
polylines:
Set
.
from
(
this
.
widget
.
polylines
),
markers:
Set
.
from
(
this
.
widget
.
markers
),
gestureRecognizers:
<
Factory
<
OneSequenceGestureRecognizer
>>[
new
Factory
<
OneSequenceGestureRecognizer
>(()
=>
new
EagerGestureRecognizer
(),),
].
toSet
(),
),
);
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help