syntaxify 0.1.0-alpha.4 copy "syntaxify: ^0.1.0-alpha.4" to clipboard
syntaxify: ^0.1.0-alpha.4 copied to clipboard

AST-based Flutter UI code generator with multi-style design system. Write components once, render in Material, Cupertino, or custom designs.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate syntaxify

Use it

The package has the following executables:

$ syntaxify

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add syntaxify

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

dependencies:
  syntaxify: ^0.1.0-alpha.4

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:syntaxify/syntaxify.dart';
3
likes
0
points
195
downloads

Publisher

unverified uploader

Weekly Downloads

AST-based Flutter UI code generator with multi-style design system. Write components once, render in Material, Cupertino, or custom designs.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, args, code_builder, dart_style, file, freezed_annotation, json_annotation, mason_logger, path

More

Packages that depend on syntaxify