Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 710 Bytes

File metadata and controls

26 lines (20 loc) · 710 Bytes

Rust

flutter_rp_folder_gen

I wanted to generate the files I always create manually. So I did it. Below you can see my folder structure, feel free to edit it as per your needs! This code is written using rust.

Step 1 - Structure Command

flutter_rp_folder_gen feature-name class-name path

Example Usage:

flutter_rp_folder_gen kor Kor package:abc/pages

Step 2 - Done!

📦kor
 ┣ 📂application
 ┃ ┗ 📜kor_service.dart
 ┣ 📂data
 ┃ ┗ 📜kor_repository.dart
 ┣ 📂domain
 ┃ ┗ 📜kor_model.dart
 ┣ 📂presentation
 ┃ ┗ 📜kor_view.dart
 ┗ 📜export.dart