Flutter-Bounty-Hunters / inception

A code editing toolkit for Flutter
MIT License
4 stars 0 forks source link

Inception

A code editing toolkit for Flutter.

Notes

The global parseString() function in the analyzer package returns structure data for given code, including line count, errors, and an AST that's available in what's called a CompilationUnit.