forge2d 0.14.2

SDKdartflutter
Platformandroidioswindowslinuxmacosweb

A 2D physics engine for Dart (based on Box2D), also works with the Flame game engine in Flutter

Examples for Dart Forge2D

If you haven't used webdev before you might need to run:

pub global activate webdev

And then you can run:

pub global run webdev serve

And open http://127.0.0.1:8080 in your browser.

Since this is not running in release mode it will run a lot slower. If you want to run it in release mode you can run the following:

pub global run webdev serve --release