Crossword is a comprehensive solution for seamlessly integrating a crossword puzzle-solving user interface into your Flutter app. With this package, you can effortlessly provide users with an interactive and enjoyable crossword puzzle-solving experience within your application
This Pull Request introduces a new optional feature to the Flutter crossword package, allowing users to drag words overlapping in the crossword grid. This feature enhances the user experience by providing more flexibility in solving puzzles.
Changes Made
Implemented the ability for words to be dragged and placed in overlapping positions within the crossword grid.
Added new parameters to control the overlapping behavior, making it an optional feature for users.
How to Use
To enable the overlapping feature, users can set the overlap parameter to true when initializing the crossword widget.
Screenshots
The screenshot shows how overlaping works
Thank you for considering this pull request! Feel free to reach out if there are any additional changes or improvements needed.
This Pull Request introduces a new optional feature to the Flutter crossword package, allowing users to drag words overlapping in the crossword grid. This feature enhances the user experience by providing more flexibility in solving puzzles.
Changes Made
How to Use
To enable the overlapping feature, users can set the
overlap
parameter totrue
when initializing the crossword widget.Screenshots
The screenshot shows how overlaping works
Thank you for considering this pull request! Feel free to reach out if there are any additional changes or improvements needed.