Giter Site home page Giter Site logo

hammad-alee / getx_sample Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1017 KB

GetX sample project to start a project with proper project structure.

Kotlin 0.10% Ruby 2.16% Swift 1.49% Objective-C 0.03% Dart 63.46% CMake 14.62% C++ 16.99% C 1.15%
android dart flutter getx ios flutter-app flutter-demo flutter-examples getx-cli getx-template

getx_sample's Introduction

getx_sample

Getting Started with Flutter ๐Ÿš€

Generated with โค๏ธ by Hammad Ali

### Project Structure
After successful build, your application structure should look like this:
.
โ”œโ”€โ”€ android                         - contains files and folders required for running the application on an Android operating system.
โ”œโ”€โ”€ assets                          - contains all images and fonts of your application.
โ”œโ”€โ”€ ios                             - contains files required by the application to run the dart code on iOS platforms.
โ”œโ”€โ”€ lib                             - Most important folder in the project, used to write most of the dart code.
    โ”œโ”€โ”€ main.dart                   - starting point of the application
    โ”œโ”€โ”€ core
    โ”‚   โ”œโ”€โ”€ app_export.dart         - contains commonly used file imports 
    โ”‚   โ”œโ”€โ”€ constants               - contains all constants classes
    โ”‚   โ”œโ”€โ”€ errors                  - contains error handling classes                  
    โ”‚   โ”œโ”€โ”€ network                 - contains network related classes
    โ”‚   โ””โ”€โ”€ utils                   - contains common files and utilities of project
    โ”œโ”€โ”€ data
    โ”‚   โ”œโ”€โ”€ apiClient               - contains api calling methods 
    โ”‚   โ”œโ”€โ”€ models                  - contains request/response models 
    โ”‚   โ””โ”€โ”€ repository              - network repository
    โ”œโ”€โ”€ localization                - contains localization classes
    โ”œโ”€โ”€ presentation                - contains all screens and screen controllers
    โ”‚   โ””โ”€โ”€ screens                 - contains all screens
    โ”œโ”€โ”€ routes                      - contains all the routes of application
    โ””โ”€โ”€ theme                       - contains app theme and decoration classes

getx_sample's People

Contributors

hammad-alee avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.