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

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

Awesome Lists containing this project

README

        

# getx_getview

[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](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
```