syntaxify 0.1.0-alpha.8 copy "syntaxify: ^0.1.0-alpha.8" to clipboard
syntaxify: ^0.1.0-alpha.8 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

With Flutter:

 $ flutter 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.8

Alternatively, your editor might support dart pub get or flutter 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';
0
likes
140
points
0
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

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on syntaxify