- Initial release
- Add example from showcase video in
/example
- fix example and add documentation
- fix formatting in polywidget.dart
- add automatic deployment
- disable automatic deployment as it does not work yet (dart-lang/setup-dart#68)
- make polywidget clickable by using
Positioned()
instead ofTransform.translate()
- add functionality to constrain custom widget
- migrate to flutter_map v6.0.0
- add library file to reduce imports
- replace
import 'package:flutter_map_polywidget/tile_layer.dart';
andimport 'package:flutter_map_polywidget/polywidget.dart';
withimport 'package:flutter_map_polywidget/flutter_map_polywidget.dart';
- allow all widgets to be placed inside
PolyWidgetLayer
. This allows the use of Selectors to build PolyWidgets for example.