https://github.com/mahanrahmati/simple_screen
A mason brick to create a simple screen.
https://github.com/mahanrahmati/simple_screen
bricks dart flutter mason template
Last synced: 2 months ago
JSON representation
A mason brick to create a simple screen.
- Host: GitHub
- URL: https://github.com/mahanrahmati/simple_screen
- Owner: MahanRahmati
- License: bsd-3-clause
- Created: 2022-09-25T14:24:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T14:39:01.000Z (over 2 years ago)
- Last Synced: 2025-01-19T13:15:08.419Z (4 months ago)
- Topics: bricks, dart, flutter, mason, template
- Language: Dart
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Screen
A brick to create a simple screen using Provider.
```
mason make simple_screen --screen_name Home
```## Output
```
--screen_name Home├── providers
│ └── home_provider.dart
└── screens
└── home_page.dart
```