Amonc / crossword

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
https://pub.dev/packages/crossword
MIT License
7 stars 3 forks source link

Added Optional Overlap Feature. #5

Closed dontaskit28 closed 11 months ago

dontaskit28 commented 11 months ago

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 to true when initializing the crossword widget.

Screenshots

crosswrod 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.