Skip to content

furutahidehiko/flutter_mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_mvc

目次

環境

flutter: 3.10.5
Xcode: 14.3.1
Android Studio: version 2022.1
OpenJDK: 11.0.18

構成

ディレクトリ構成

flutter_mvc/
├── android # Android関係
│   ├── app
│   └── gradle
├── build # アウトプットディレクトリ
│   ├── 18531d127adb578295e4ba51be6a784e
│   ├── app
│   ├── flutter_assets
│   ├── ios
│   └── kotlin
├── ios # iOS関係
│   ├── Flutter
│   ├── Runner
│   ├── Runner.xcodeproj
│   ├── Runner.xcworkspace
│   └── RunnerTests
├── lib # アプリのソースコード
│   ├── api # api通信の処理
│   ├── controllers # MVCのコントローラ
│   ├── models # MVCのモデル
│   ├── service # handlerなどの内部関数の処理
│   └── views # MVCのビュー
├── linux # Linux関係
│   └── flutter
├── macos # mac関係
│   ├── Flutter
│   ├── Runner
│   ├── Runner.xcodeproj
│   ├── Runner.xcworkspace
│   └── RunnerTests
├── test # テストファイル
├── web # Web関係
│   └── icons
└── windows #  Windows関係
    ├── flutter
    └── runner

flutter の 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published