https://github.com/mahmoudmahm00d/mason_brick_getx_getview
Generate GetView with it's controller
https://github.com/mahmoudmahm00d/mason_brick_getx_getview
dart flutter getx mason
Last synced: 3 months ago
JSON representation
Generate GetView with it's controller
- Host: GitHub
- URL: https://github.com/mahmoudmahm00d/mason_brick_getx_getview
- Owner: mahmoudmahm00d
- License: mit
- Created: 2023-07-23T01:48:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T11:59:36.000Z (almost 2 years ago)
- Last Synced: 2023-09-04T14:52:09.549Z (almost 2 years ago)
- Topics: dart, flutter, getx, mason
- Language: Dart
- Homepage:
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# getx_getview
[](https://github.com/felangel/mason)
Generate GetView with it's controller
## File Structure
```
└───{{name}}
├───components/
├───{{name}}_screen.dart
└───{{name}}_screen_controller.dart
```## Usage
1. Add the brick
```bash
mason add getx_getview
```1. Navigate to pages directory
1. run mason make```bash
mason make getx_getview
```or
```bash
mason make getx_getview --name Products
```