This is a monorepo (mono repository) that contains several Dart sample projects.
Currently there are two flavors of samples: FFI and RoboDomo.
FFI is the Foreign Function Interface feature of Dart that allows for the interaction with C/C++ (or Rust or ...) shared libraries (.so, .dylib, .dll, depending on the operating system).
RoboDomo is ModusCreate's IoT implementation, including microservices for each kind of "thing" that's supported (e.g. TVs, Z Wave hubs, weather service, Apple TV, etc.) and a React based client. This repository contains various implemtations of those microservices in Dart.
See the README.md in the ffi/ directory for detailed information about running those samples.
See the README.md in the RoboDomo/ directory for detailed information about configuring and using those samples.
Docker is used by the RoboDomo samples.
PRs welcome. Fork this repository, create a branch to do your work, and when ready, make a PR from your branch.
Modus Create is a digital product consultancy. We use a distributed team of the best talent in the world to offer a full suite of digital product design-build services; ranging from consumer facing apps, to digital migration, to agile development training, and business transformation.
This project is part of Modus Labs.
This project is MIT licensed.