origamicore 0.0.3 copy "origamicore: ^0.0.3" to clipboard
origamicore: ^0.0.3 copied to clipboard

outdated

origami core framework

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add origamicore

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

dependencies:
  origamicore: ^0.0.3

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:origamicore/models/activator.dart';
import 'package:origamicore/models/messageModel.dart';
import 'package:origamicore/models/packageConfig.dart';
import 'package:origamicore/models/packageIndex.dart';
import 'package:origamicore/models/routeModule.dart';
import 'package:origamicore/models/serializedObject.dart';
import 'package:origamicore/models/serviceRoute.dart';
import 'package:origamicore/origamiCore.dart';
import 'package:origamicore/routing/routeErrorMessage.dart';
import 'package:origamicore/routing/router.dart';
import 'package:origamicore/routing/routeResponse.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

origami core framework

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on origamicore