get_structure_generator
Project Structure Auto Generator
This is not the package that you can use by adding in pubspec.yaml
please follow instructions to use this.
It will help you to generate project structure with get.
NOTE : YOU MUST NEED TO HAVE UNDERSTANDING OF “GET” AS STATE-MANAGEMENT TO USE THIS GENERATOR.
How to use ?
- add some dependencies in pubspec.yaml file. (USER LATEST VERSION)
pubspec.yaml
get:
get_storage:
http:
-
delete all the files and folder from the lib in project.
-
create new file “main.dart”
-
copy all code from this generator file and past all code in main.dart
-
open terminal
-
write command “dart main.dart [project_name]”
here, project_name is important.
you will get all the comments there in the code to understand what’s happening and how to use.