Boggle built with Flutter — 90-second rounds, trace adjacent letters to spell words. The board is rolled from the real 16-cube "New Boggle" dice set (not uniform random letters), so you never get an unplayable board glutted with Q, X, and Z.
Words are checked against a curated few-hundred-word list, not a full dictionary — some valid English words won't be recognized. A production Boggle solver would ship a proper word list; this is a deliberate cut for a casual single-file game.
flutter pub get
flutter run
flutter test