https://github.com/gridaco/flutter
Grida Flutter Support - Behind techs & packages
https://github.com/gridaco/flutter
flutter flutter-js flutter-node node
Last synced: 4 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 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T07:24:06.000Z (10 months ago)
- Last Synced: 2024-10-30T05:59:15.144Z (7 months ago)
- Topics: flutter, flutter-js, flutter-node, node
- Language: TypeScript
- Homepage: https://coli.codes/flutter
- Size: 7.27 MB
- Stars: 60
- Watchers: 5
- Forks: 7
- 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/)