Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during crossword generation #607

Open
Saggre opened this issue Jan 1, 2025 · 0 comments
Open

Error during crossword generation #607

Saggre opened this issue Jan 1, 2025 · 0 comments

Comments

@Saggre
Copy link

Saggre commented Jan 1, 2025

According to the documentation

  1. Go to packages/board_generator/tool
  2. Create words.csv
word,"clue"
flutter,"Open source framework to build multi-platform applications"
firebase,"Mobile and web app development platform by Google"
  1. Run dart pub get
  2. Run dart asymmetrical_generation.dart

Output:

Sorting 1 words
Sorted 1 words
Unhandled exception:
Null check operator used on a null value
#0      SymmetricalCrosswordGenerator.seed (package:board_generator/src/generators/symmetrical_crossword_generator.dart:40:46)
#1      CrosswordGenerator.populate (package:board_generator/src/generators/crossword_generator.dart:32:5)
#2      main (file:///app/packages/board_generator/tool/symmetrical_generation.dart:38:31)
#3      _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:297:19)
#4      _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184:12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant