dartemis_addons 0.2.0
dartemis_addons: ^0.2.0 copied to clipboard
A set of addons (Component, System, helper, functions, ...) usable w/o dartemis
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dartemis_addonsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dartemis_addons: ^0.2.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dartemis_addons/animator.dart';
import 'package:dartemis_addons/darticles.dart';
import 'package:dartemis_addons/ease.dart';
import 'package:dartemis_addons/entity_state.dart';
import 'package:dartemis_addons/simple_audio.dart';
import 'package:dartemis_addons/transform.dart';
import 'package:dartemis_addons/utils.dart';
import 'package:dartemis_addons/widgets/xfchart.dart';
import 'package:dartemis_addons/widgets/xtchart.dart';