restage_codegen 1.0.2 copy "restage_codegen: ^1.0.2" to clipboard
restage_codegen: ^1.0.2 copied to clipboard

A build_runner code generator that compiles Flutter-authored UI into Remote Flutter Widget (RFW) blobs and catalogs consumed by the Restage SDK runtime.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add restage_codegen

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

dependencies:
  restage_codegen: ^1.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:restage_codegen/restage_codegen.dart';
1
likes
0
points
637
downloads

Publisher

verified publisherrestage.dev

Weekly Downloads

A build_runner code generator that compiles Flutter-authored UI into Remote Flutter Widget (RFW) blobs and catalogs consumed by the Restage SDK runtime.

Homepage
Repository (GitHub)
View/report issues

Topics

#server-driven-ui #remote-ui #flutter

License

unknown (license)

Dependencies

analyzer, build, collection, dart_style, glob, meta, package_config, path, restage_shared, rfw_catalog_compiler, rfw_catalog_schema

More

Packages that depend on restage_codegen