flutter-ast
TypeScript icon, indicating that this package has built-in type declarations

0.0.4-4 • Public • Published

flutter-ast

Flutter ast parser for nodejs

npm install flutter-ast
yarn add flutter-ast
import { parse } from "flutter-ast";

const ast = parse(`<your dart file source here>`);

// example, see the class ast trees
console.log(ast.file.classes);

LICENSE: MIT

Readme

Keywords

none

Package Sidebar

Install

npm i flutter-ast

Weekly Downloads

1

Version

0.0.4-4

License

MIT

Unpacked Size

2.04 MB

Total Files

7

Last publish

Collaborators

  • softmarshmallow