mess 0.0.1-pre.2
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 messWith Flutter:
$ flutter pub add messThis 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.2Alternatively, 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';