Flutter Project Template

Overview

Flutter Project Template

This template is currently under developemnt.

Features

  • 💪 Enterprise Ready, build robust, maintainable and testable real apps.

  • 💰 Monetization, make money with In App Purchase, Advertisements.

Directories & File structure

# store static data such as fonts, images, translation files ...
/assets                       
    /fonts       
    /languages or 18n
    /audio
    /image
    /...

/lib
    /core
        /typedef.dart
        /...
    /presentation	  # MVVM의 View와 View Model이 여기 포함됨
        /core  
      	/router				
        /home
            /view  
            /view_model
        /<other_feature>
            /view
            /view_model
    /business	  
    	/core
        /provider
        /service  # 사용자가 해당 서비스에서 하는 행위들 (UseCase)를 구현한다.
        	  # 쇼핑몰을 예를들면 "구매하기", "주문취소하기" 등이 있다.
        /entity   # 비즈니스 객체로 Entity는 해당 비즈니스에 관한 
        	  # 상태와 로직을 모두 갖고 있다.
          	  # 쇼핑몰을 만든다치면 "주문", "구매자" 등이 엔티티다.
    /infrastructure
    	/core
      	/provider
    	    /database
        	/schema		# Table, Collection 스키마 정의
          	database.dart  # DB 오픈, 마이그레이션같은 DB관리
        /repository   # DB에 쿼리, 스키마 객체를 Business 계층의 Entity로 변환
        /service	# 파이어베이스, 인앱결제, BLE, 알람 같은 외부 API 호출
      

You might also like...

For creating custom flutter project from template

For creating custom flutter project from template A standalone solution to issue flutter/flutter#15279 Installation If you want to use flutter_create

Nov 21, 2022

Flutter project template with BloC and repository pattern.

Flutter project template with BloC and repository pattern.

Dec 10, 2022

Clean architecture template project for new flutter applications.

Clean architecture template project for new flutter applications.

clean_template Clean architecture template project for new flutter applications. Implemented app logic RestClient - rest API client-server networking

Jul 27, 2022

A Template Project for Flutter.

Flutter Boilerplate A Template Project for Flutter. Getting Started 🚀 This project contains 3 flavors: development staging production To run the desi

Nov 21, 2022

This is template toolkit fasten your project setup within a minute. The toolkit is based on MVC+S structure.

This is template toolkit fasten your project setup within a minute. The toolkit is based on MVC+S structure.

BWeird Flutter Toolkit! Hi! From a Weirder Flutter has been great on mobile development and I took this opportunity to make it even greater with templ

Aug 22, 2021

Use the template to create your own repository, complete the project and verify

Use the template to create your own repository, complete the project and verify

Proyecto Nivelación MisionTic Usar el template para crear un repositorio propio,

Dec 20, 2021

WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android

WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android

WooCommerce App: Label StoreMax Label StoreMax - v5.3.1 Official WooSignal WooCommerce App About Label StoreMax Label StoreMax is an App Template for

Jan 9, 2023

Now UI Flutter is a fully coded app template built for Flutter which will allow you to create powerful and beautiful e-commerce mobile applications

Now UI Flutter is a fully coded app template built for Flutter which will allow you to create powerful and beautiful e-commerce mobile applications

Now UI Flutter is a fully coded app template built for Flutter which will allow you to create powerful and beautiful e-commerce mobile applications. We have redesigned all the usual components to make it look like our Now UI Design, minimalistic and easy to use.

Oct 9, 2022

Flutter Getx Template

This is source flutter template use getx for statemanagement ☕

Oct 18, 2022
Owner
Minsik Kim
Developer.
Minsik Kim
Flutter template project - Simple ToDo app with scalable project structure.

Flutter Template Flutter template project - A simple TODO list app. This template provides simple UI and scalable project structure that goes beyond t

Web Factory LLC 128 Nov 21, 2022
Starting template for a new Flutter project. Using clean architecture + Riverpod.

flutter_project_template_riverpod Installation Add Flutter to your machine Open this project folder with Terminal/CMD Ensure there's no cache/build le

Bahri Rizaldi 39 Dec 27, 2022
Flutter empty template to start your project.

flutter_starter Flutter empty template to help you start your project. PACKAGES Packages I've used Getx Shimmer Shared Preferences Gap Flutter Localiz

martinoyovo 2 Dec 2, 2021
A basic boilerplate template for starting a Flutter GetX project. GetX, Dio, MVVM, get CLI, Localization, Pagination etc are implemented.

Flutter GetX Template (GetX, Dio, MVVM) This Flutter Template using GetX package for State management, routing and Dependency Injection (bindings). We

Hasan Abdullah 214 Jan 9, 2023
Template for large or scaleable Flutter project

Template Project See example usage on Youtube Config config folder contains the following folders: routes : The route folder contains all the files wh

Firgia 88 Dec 21, 2022
Project-x2 - A Flutter E-Commerce starter template that bootstraps development of your mobile application

Flutter E-Commerce UI KIT A powerful Flutter E-Commerce starter template that bo

null 1 Apr 7, 2022
Structured and Organized Flutter (ANDROID+WEB) template project using Redux architecture and Retrofit rest package

flutter_redux_template A new Flutter project. JSON Models classes need this lines to json generator: part 'foo.g.dart'; //on imports factory Foo.from

Raul Abreu 2 Apr 11, 2022
Flutter Project Template

Flutter Project Template This template is currently under developemnt. Features ?? Enterprise Ready, build robust, maintainable and testable real apps

Minsik Kim 2 Feb 23, 2022
The project of the empty template with Flutter has built the basic framework to realize the functions of internationalization, theme peeling etc.

flutter-bloc-app-template ?? The project of the empty template with Flutter has built the basic framework to realize the functions of internationaliza

Oleksii Shtanko 30 Dec 31, 2022
Flutter project template with BloC architecture. Implemented many feature as stated in README

Flutter Project Template Using BloC Implementations Theme switching Advanced Routing Bloc Observer for debugging Hydrated Cubit for holding value even

Baran Açıkgöz 9 Dec 10, 2022