game_levels_scrolling_map 0.0.7 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
andimageWidth
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
andMacOS
- 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
andWindows
0.0.4 #
- Add 2 optional parameters
pointsPositionDeltaX
andpointsPositionDeltaY
to manually adjust the points in case of the points is shifted inx
ory
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