Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workwithafridi/flutter-mvc-template
Flutter MVC (Model-View-Controller) template provides a solid foundation for building robust and scalable Flutter applications using the GetX state management library. It includes pre-configured setups for state management, theming, API calling, and more, allowing you to jumpstart your Flutter project development.
https://github.com/workwithafridi/flutter-mvc-template
flutter getx mvc mvc-architecture mvc-pattern template
Last synced: about 1 month ago
JSON representation
Flutter MVC (Model-View-Controller) template provides a solid foundation for building robust and scalable Flutter applications using the GetX state management library. It includes pre-configured setups for state management, theming, API calling, and more, allowing you to jumpstart your Flutter project development.
- Host: GitHub
- URL: https://github.com/workwithafridi/flutter-mvc-template
- Owner: WorkWithAfridi
- Created: 2023-12-29T15:04:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-10T04:17:48.000Z (about 2 months ago)
- Last Synced: 2024-12-10T05:22:03.161Z (about 2 months ago)
- Topics: flutter, getx, mvc, mvc-architecture, mvc-pattern, template
- Language: Dart
- Homepage:
- Size: 400 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter MVC Template with GetX
## Overview
This Flutter MVC (Model-View-Controller) template provides a solid foundation for building robust and scalable Flutter applications using the GetX state management library. It includes pre-configured setups for state management, theming, API calling, and more, allowing you to jumpstart your Flutter project development.# Features
GetX State Management: The template follows the MVC architecture with GetX for efficient and reactive state management. Enjoy the simplicity and power of GetX's observable, controller, and reactive programming features.Theming: Customize the look and feel of your app with the built-in theming system. The template comes with a default theme, and you can easily modify colors, fonts, and other styling parameters.
API Calling: Easily make API calls with the included service and repository layers. The template demonstrates how to structure your code for clean API integration using GetX.
Routing: Leverage GetX's powerful routing system for navigation. The template includes examples of how to set up and navigate between different screens in your app.
Dependency Injection: Use GetX's dependency injection system for managing your app's dependencies. The template includes examples of how to inject dependencies into controllers and services.
Folder Structure: The template follows a well-organized folder structure for better code maintainability. It separates concerns and makes it easy to locate and manage different parts of your application.