REPOSITORY OVERVIEWLive repository statistics
★ 154Stars
⑂ 68Forks
◯ 8Open issues
◉ 154Watchers
74/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
90 Community adoption25% weight
44 Maintenance state20% weight
65 License clarity10% weight
100 Project information10% weight
84 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
An implementation of
Minesweeper
in Dart.
Interaction
- Click on hidden squares to reveal them.
- Shift-click on squares to flag them.
- Shift-click on revealed numbers to go fast--but be careful. If you've flagged
incorrectly, you'll hit a bomb.
Assets
Running and building
-
Clone the repository.
-
Run pub get.
-
To run locally with dartdevc:
dart run build_runner serve
-
To build with dart2js and minified output:
dart run build_runner build --release --output web:build