matter_dart 1.0.0
matter_dart: ^1.0.0 copied to clipboard
A Flutter-friendly 2D rigid-body physics engine inspired by Matter.js, written in Dart.
1.0.0 - 2026-05-14 #
Initial stable release.
- Added a Flutter-friendly 2D rigid-body physics API inspired by Matter.js.
- Added engines, bodies, composites, worlds, constraints, collision handling, sleeping, geometry helpers, and event support.
- Added
WorldPainterfor lightweight Flutter rendering andWorldPaintas aCustomPaintwrapper. - Added an interactive Flutter example app with multiple physics demos.