phamdinhduc795397 / flutter-getx-clean-architecture

A Flutter Clean Architecture Using GetX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter-getx-clean-architecture

A Flutter Clean Architecture Using GetX.

Work Flow

alt text

Project Structure

|-- lib
    |-- main.dart
    |-- app
        |-- core
            |-- usecases
        |-- config
            |-- app_constants.dart
            |-- app_colors.dart
        |   -- app_text_styles.dart
        |-- services
        |-- util
        |-- types
        |-- extensitons
    |-- data
        |-- models
        |-- repositories
        |-- providers
            |-- database
            |-- network
                |-- apis
                |-- api_endpoints.dart
                |-- api_provider.dart
                |-- api_representable.dart
    |-- domain
        |-- entities
        |-- repositories
        |-- usecases
    |-- presentation
        |-- controllers
        |-- pages
        |-- views
        |-- app.dart

Features

  • Integrating Unit Test.
  • Create an easy to use API provider with GetConnect.

About

A Flutter Clean Architecture Using GetX.


Languages

Language:Dart 87.2%Language:HTML 8.4%Language:Ruby 3.1%Language:Swift 0.9%Language:Kotlin 0.3%Language:Objective-C 0.1%