mess 0.0.1-pre.2 copy "mess: ^0.0.1-pre.2" to clipboard
mess: ^0.0.1-pre.2 copied to clipboard

**Mass Entity State System (MESS)** is a robust ECS (Entity-Component-System) library for Flutter designed to manage large-scale entities and their states. MESS enables developers to build complex sys [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mess

With Flutter:

 $ flutter pub add mess

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

dependencies:
  mess: ^0.0.1-pre.2

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

Import it

Now in your Dart code, you can use:

import 'package:mess/mess.dart';
0
likes
130
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

**Mass Entity State System (MESS)** is a robust ECS (Entity-Component-System) library for Flutter designed to manage large-scale entities and their states. MESS enables developers to build complex systems with a clear architecture, ensuring high performance and scalability.

Repository (GitHub)
View/report issues
Contributing

Topics

#ecs #entity-component-system #state-management #game-development #mass-entity-state-system

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com
www.patreon.com
boosty.to

License

MIT (license)

Dependencies

meta

More

Packages that depend on mess