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
- Host: GitHub
- URL: https://github.com/henryquan/widget
- Owner: HenryQuan
- License: mit
- Created: 2019-09-10T13:30:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T05:40:17.000Z (over 5 years ago)
- Last Synced: 2025-01-18T04:28:45.049Z (4 months ago)
- Topics: c, flutter, widget
- Language: C
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 anywhereAlso try [rncomponent](https://github.com/HenryQuan/rncomponent) for React Native