An open API service indexing awesome lists of open source software.

https://github.com/henryquan/widget

Create stateful or stateless widgets for flutter
https://github.com/henryquan/widget

c flutter widget

Last synced: 3 months ago
JSON representation

Create stateful or stateless widgets for flutter

Awesome Lists containing this project

README

        

# widget
Create stateful or stateless widgets for flutter

# Usage
```
usage: widget [option] [name]
-f create a stateful widget
-l create a stateless widget (it is 'L' not '1')
name anything but DO NOT include .dart
```

# Compile
```
make
```
Then, drag `widget` to your bin folder and use it anywhere

Also try [rncomponent](https://github.com/HenryQuan/rncomponent) for React Native