game_levels_scrolling_map 0.0.7 copy "game_levels_scrolling_map: ^0.0.7" to clipboard
game_levels_scrolling_map: ^0.0.7 copied to clipboard

A package for making game levels map like candy crush or similar games using flutter with ability to be horizontal or vertical

0.0.7 #

  • Add imageHeight and imageWidth attributes if you know exactly the real height and real width of the background map image
  • Add backgroundImageWidget attributes if you need to pass the background as widget (Ex. if you need to use your own image widget instead of Image.asset)
  • Fix some responsiveness issues on small phones

0.0.6 #

  • Add compatibility for Linux and MacOS
  • Add 'isCurrent' attribute to PointModel which make the scorlling map scroll to a specific point like the current level in games

0.0.5 #

  • Add compatibility for Web and Windows

0.0.4 #

  • Add 2 optional parameters pointsPositionDeltaX and pointsPositionDeltaY to manually adjust the points in case of the points is shifted in x or y axis

0.0.3 #

  • Game levels map like candy crush with the following features :
    • Option to make it horizontal map or vertical
    • Option to reverse the scrolling start direction
    • Option to add the x,y points positions
    • Option to extract the x,y points positions from asset SVG file or online SVG file
73
likes
100
pub points
74%
popularity

Publisher

unverified uploader

A package for making game levels map like candy crush or similar games using flutter with ability to be horizontal or vertical

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, path_provider, xml

More

Packages that depend on game_levels_scrolling_map