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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.4-41latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.4-41
0.0.4-31
0.0.4-20
0.0.4-10
0.0.40
0.0.3-30
0.0.3-20
0.0.3-10
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i flutter-ast

Weekly Downloads

2

Version

0.0.4-4

License

MIT

Unpacked Size

2.04 MB

Total Files

7

Last publish

Collaborators

  • softmarshmallow