Skip to content

A simple and efficient Flutter package for GetX format. Streamline your Flutter app development with easy-to-use formatting utilities powered by the GetX framework.

Notifications You must be signed in to change notification settings

Sumat-Dev/flutter-getx-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Getx Format

A simple and efficient Flutter package for GetX format. Streamline your Flutter app development with easy-to-use formatting utilities powered by the GetX framework.

Project structure

lib 
├── main.dart 
└── app 
	├── config 
	│   ├── routes 
	│   │ 	├── app_pages.dart 
	│   │ 	└── app_routes.dart 
	│   └── themes 
	│ 	└── app_theme.dart
	├── constants 
	│ 	├── api_path.dart 
	│	├── app_constants.dart 
	│ 	└── assets_path.dart
	├── features 
	│   ├── bindings 
	│   │   ├── login_binding.dart 
	│   │   └── register_binding.dart 
	│   ├── controllers 
	│   │   ├── login_controller.dart 
	│   │   └── register_controller.dart 
	│   ├── models 
	│   │   └── user_model.dart 
	│   └── views 
	│ 	  ├── components 
	│ 	  │   └── header.dart 
	│ 	  └── screens 
	│ 	      ├── home 
	│ 	      │   └── home_screen.dart 
	│ 	      ├── login 
	│ 	      │   └── login_screen.dart 
	│ 	      └── register 
	│                 └── register_screen.dart
	└── utils
            └── services
                ├── local_storage_services.dar 
                └── rest_api_services.dart

About

A simple and efficient Flutter package for GetX format. Streamline your Flutter app development with easy-to-use formatting utilities powered by the GetX framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published