Git Product home page Git Product logo

dinereelmobileapp's Introduction

dinereel

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Folder Structure

lib/ ├── core/ │ ├── errors/ # Custom error classes │ ├── exceptions/ # Exception handling utilities │ └── utils/ # Shared utility functions │ ├── data/ │ ├── datasources/ # Data sources (APIs, local storage) │ ├── repositories/ # Repository implementations │ └── repositories.dart # Abstract repository contracts │ ├── domain/ │ └── models/ # Domain-specific models and entities │ ├── presentation/ │ ├── common_cubit/ # Controller management for common parts │ ├── common_widgets/ # Shared UI widgets │ ├── features/ # Root folder for all page specific widgets │ │ ├── order/ # Folder specific to one functional logical entity of all UI │ │ │ ├── screens/ │ │ │ │ ├── page_1.dart # individual screen as per figma. Goal is will have minimum code here and maximum widget reuse │ │ │ │ └── page_2.dart # same as abobe │ │ │ ├── widgets/ │ │ │ │ └── widget_1.dart # Widget used in the screens │ │ │ └── cubit/ # instead of cubit can we name it states │ │ │ └── states_1.dart # cubit state file. Give name specific to functionality │ │ └── menu/ # Folder like order and will continue │ │ . │ └── localization/ # localization files │ └──en-us.json │ ├── services/ # Application-level services ├── themes/ # Theme-related files (colors, fonts, etc.) ├── main.dart # App entry point (top-level) └── routes.dart

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.