matter_dart 1.0.0 copy "matter_dart: ^1.0.0" to clipboard
matter_dart: ^1.0.0 copied to clipboard

A Flutter-friendly 2D rigid-body physics engine inspired by Matter.js, written in Dart.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add matter_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  matter_dart: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:matter_dart/matter_dart.dart';
9
likes
150
points
127
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter-friendly 2D rigid-body physics engine inspired by Matter.js, written in Dart.

Repository (GitHub)
View/report issues

Topics

#physics #flutter #matterjs #simulation #game-development

License

MIT (license)

Dependencies

flutter

More

Packages that depend on matter_dart