Last changes not published
This commit is contained in:
parent
ac65ccf990
commit
21ec08303a
43 changed files with 607 additions and 613 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/src/widgets/framework.dart';
|
||||
import 'package:flutter_map/plugin_api.dart';
|
||||
|
||||
class AttributionPluginOptions extends LayerOptions {
|
||||
|
|
@ -10,7 +9,8 @@ class AttributionPluginOptions extends LayerOptions {
|
|||
|
||||
class AttributionPlugin implements MapPlugin {
|
||||
@override
|
||||
Widget createLayer(LayerOptions options, MapState mapState) {
|
||||
Widget createLayer(
|
||||
LayerOptions options, MapState mapState, Stream<Null> stream) {
|
||||
if (options is AttributionPluginOptions) {
|
||||
var style = new TextStyle(
|
||||
// fontWeight: FontWeight.bold,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue