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

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.8

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/externalService.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/routeResponse.dart';
import 'package:origamicore/routing/router.dart';
1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

origami core framework

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on origamicore