FLUTTER ECOSYSTEM

phamdinhduc795397/flutter-getx-clean-architecture

Ein Flutter-Reinarchitektur mit GetX.

Projektcover von flutter-getx-clean-architecture
Stars
222
Forks
87
Letzter Push (UTC)
24.10.2022
Projektstatus
Aktiv
Duc Pham GitHub avatar
GITHUB User

Duc Pham ↗

I'm iOS developer and Flutter developer.

Viet Nam
SprachenDartHTMLRubySwiftKotlinObjective-C

Verwendete Abhängigkeiten

Abhängigkeiten 10 Einträge

Ranglisten

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

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.