Libraries
Fuchsia
fuchsia
fuchsia
Fakes exported for the fuchsia system.
fuchsia_inspect
inspect
The Inspect API for Dart.
reader
This package contains a wrapper around ArchiveAccessor for accessing inspect data.
testing
fuchsia_logger
logger
fuchsia_modular
agent
A collection of utilities simplifying Agent interactions.
codecs
Common codecs used within the modular system.
lifecycle
The lifecycle interface defines a service which allows running components to be notified when lifecycle events happen in the system.
logger
The logger used within the modular system.
module
A collection of utilities simplifying module interactions
service_connection
A collection of utilities which allow for connecting to modular components
fuchsia_scenic
views
Utilities for working with Scenic Views.
fuchsia_scenic_flutter
fuchsia_view
Utilities for working with Scenic Views through Flutter.
fuchsia_services
services
The base-level functionality required by any component on Fuchsia.
fuchsia_vfs
vfs
fidl
fidl
The FIDL Dart package which provides mechanisms for interacting with the FIDL IPC system. This package is a dependency of any Proxy or Binding classes implemented by generated FIDL code. It is often used directly in author code to retrieve type definitions (e.g. InterfaceHandle, InterfaceRequest, etc.) for interacting with certain FIDL services.
zircon
zircon
The Zircon Dart package contains several libraries required to support Fuchsia’s lower layer features, E.g. Zircon channels are used for the transport of the FIDL IPC system. Requiring this package directly should be rare for most mod or agent authors.