Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gridaco/flutter
Grida Flutter Support - Behind techs & packages
https://github.com/gridaco/flutter
flutter flutter-js flutter-node node
Last synced: 10 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T21:36:13.000Z (9 months ago)
- Last Synced: 2024-05-23T01:45:18.191Z (6 months ago)
- Topics: flutter, flutter-js, flutter-node, node
- Language: TypeScript
- Homepage: https://coli.codes/flutter
- Size: 7.27 MB
- Stars: 57
- Watchers: 5
- Forks: 6
- Open Issues: 13
-
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.
![Grida VSCode Extension Flutter Widget Preview Demo](./docs/flutter-vscode-widget-preview-demo.gif)
- [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/)