Last changes not published
This commit is contained in:
parent
ac65ccf990
commit
21ec08303a
43 changed files with 607 additions and 613 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import 'package:flutter/src/widgets/framework.dart';
|
||||
import 'package:flutter_map/plugin_api.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:comunes_flutter/comunes_flutter.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_map/plugin_api.dart';
|
||||
|
||||
class ZoomMapPluginOptions extends LayerOptions {
|
||||
final String text;
|
||||
|
|
@ -22,7 +21,8 @@ class ZoomMapPlugin extends MapPlugin {
|
|||
}
|
||||
|
||||
@override
|
||||
Widget createLayer(LayerOptions options, MapState mapState) {
|
||||
Widget createLayer(
|
||||
LayerOptions options, MapState mapState, Stream<Null> stream) {
|
||||
if (options is ZoomMapPluginOptions) {
|
||||
/* print('point ${mapState
|
||||
.getPixelBounds(mapState.zoom)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue