tree: 5f99f1467cd95a1f7e404c0388b871d1ab27b0e2 [path history] [tgz]
  1. cloud_components/
  2. counter_cpp/
  3. hello_world_cpp/
  4. ledger-rs/
  5. swap_cpp/
  6. todo_cpp/
  7. .gitignore
  8. BUILD.gn
  9. HOWTO_FLUTTER.md
  10. README.md
examples/README.md

Example applications that use the modular runtime for composition.

Code in this directory is not in the modular namespace because it's meant to demonstrate how it looks like to be a client of the modular codebase.

There are examples both in C++ and in dart/flutter.

For more details on how to develop flutter modules, refer to Flutter Module Development.