omega_architecture 0.0.5 copy "omega_architecture: ^0.0.5" to clipboard
omega_architecture: ^0.0.5 copied to clipboard

A reactive, agent-based architecture framework for Flutter applications.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate omega_architecture

Use it

The package has the following executables:

$ omega

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add omega_architecture

With Flutter:

 $ flutter pub add omega_architecture

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

dependencies:
  omega_architecture: ^0.0.5

Alternatively, 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:omega_architecture/omega_architecture.dart';
1
likes
0
points
239
downloads

Publisher

verified publisheryefersonsegura.com

Weekly Downloads

A reactive, agent-based architecture framework for Flutter applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on omega_architecture