motoha / New-Flutter-GetX-Boilerplate

A sample of clean architecture using Flutter + Getx 💫

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number Trivia using GetX

A Flutter Clean Architecture Using GetX.

Workflow

alt text

Project Structure

|-- lib
    |-- main.dart
    |-- app
        |-- config
        |-- di
        |-- error
        |-- routes
        |-- utils
    |-- data
        |-- datasources
        |-- models
        |-- repositories
    |-- domain
        |-- entities
        |-- repositories
        |-- usecases
    |-- presentation
        |-- bindings
        |-- controllers
        |-- pages
        |-- widgets

Big thanks to ResoCoder to providing this tutorial. Inspired by this repository

About

A sample of clean architecture using Flutter + Getx 💫


Languages

Language:Dart 99.3%Language:Kotlin 0.7%