dartemis_addons 0.2.0 copy "dartemis_addons: ^0.2.0" to clipboard
dartemis_addons: ^0.2.0 copied to clipboard

Dart 1 only

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_addons

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

dependencies:
  dartemis_addons: ^0.2.0

Alternatively, 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';
0
likes
15
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A set of addons (Component, System, helper, functions, ...) usable w/o dartemis

More

Packages that depend on dartemis_addons