library_registration library

Library registration entry point for restage.cupertino — exposes a LocalWidgetLibrary that the SDK runtime registers with rfw at startup.

The runtime calls buildCupertinoWidgetLibrary once per process, then hands the result to Runtime.update(LibraryName(['restage', 'cupertino']), library). Re-registering with a fresh build replaces the prior library — useful for hot-reload in the editor.

Functions

buildCupertinoWidgetLibrary() → LocalWidgetLibrary
Builds a LocalWidgetLibrary for the restage.cupertino namespace.