https://github.com/gridaco/flutter
Grida Flutter Support - Behind techs & packages
https://github.com/gridaco/flutter
flutter flutter-js flutter-node node
Last synced: 5 months ago
JSON representation
Grida Flutter Support - Behind techs & packages
- Host: GitHub
- URL: https://github.com/gridaco/flutter
- Owner: gridaco
- License: mit
- Created: 2020-09-26T12:49:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T07:24:06.000Z (almost 2 years ago)
- Last Synced: 2025-06-06T04:29:48.386Z (about 1 year ago)
- Topics: flutter, flutter-js, flutter-node, node
- Language: TypeScript
- Homepage: https://coli.codes/flutter
- Size: 7.27 MB
- Stars: 65
- Watchers: 4
- Forks: 9
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grida Flutter Pack
## Flutter Preview
Flutter Preview is a Instant flutter widget previewer for VSCode (and other IDEs) that allows you to preview flutter widgets by interest, without running the whole app.

- [install extension](https://grida.co/vscode)
- [source](./flutter-preview/)
## Flutter AST
Flutter AST parser.
Both available as a dart package and a nodejs package (ported).
- [pub package](https://pub.dev/packages/flutter_ast)
- [npm package](https://www.npmjs.com/flutter-ast)
- [source](./flutter-ast/)
## Flutter Daemon
Flutter Daemon NodeJS Client is a wrapper for flutter daemon, which you can run flutter commands on nodejs using socket connections.
- [source](./flutter-daemon/)
## Flutter Widget Builder
Flutter Widget Builder for NodeJS/Typescript which allows you to build flutter widget tree on nodejs/browser platforms using the same flutter syntax. used by [code](https://github.com/gridaco/code)
- [source](./flutter-builder/)