orchestra_flutter 1.0.0 copy "orchestra_flutter: ^1.0.0" to clipboard
orchestra_flutter: ^1.0.0 copied to clipboard

Flutter widget integration for Orchestra — scope, reactive widgets, and context API connecting the Orchestra ECS runtime to the Flutter widget tree.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add orchestra_flutter

With Flutter:

 $ flutter pub add orchestra_flutter

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

dependencies:
  orchestra_flutter: ^1.0.0

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:orchestra_flutter/orchestra_flutter.dart';
0
likes
0
points
57
downloads

Publisher

verified publisherwinchetechnologies.co.uk

Weekly Downloads

Flutter widget integration for Orchestra — scope, reactive widgets, and context API connecting the Orchestra ECS runtime to the Flutter widget tree.

Repository (GitHub)
View/report issues

Topics

#state-management #architecture #reactive #widget

License

unknown (license)

Dependencies

flutter, orchestra

More

Packages that depend on orchestra_flutter