Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

47 lines (28 loc) · 1.01 KB

0.0.1

  • Initial release

0.0.2

  • Add example from showcase video in /example

0.0.3

  • fix example and add documentation

0.0.4

  • fix formatting in polywidget.dart

0.0.5-0.0.8

  • add automatic deployment

0.0.9

0.1.0

  • make polywidget clickable by using Positioned() instead of Transform.translate()
  • add functionality to constrain custom widget

1.0.0

  • migrate to flutter_map v6.0.0
  • add library file to reduce imports

migration steps

  • replace import 'package:flutter_map_polywidget/tile_layer.dart'; and import 'package:flutter_map_polywidget/polywidget.dart'; with import 'package:flutter_map_polywidget/flutter_map_polywidget.dart';

1.0.1

  • allow all widgets to be placed inside PolyWidgetLayer. This allows the use of Selectors to build PolyWidgets for example.